Uses of Class
io.fabric8.kubernetes.api.model.rbac.ClusterRole
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.rbac |
-
Uses of ClusterRole in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return ClusterRole Modifier and Type Method Description ClusterRoleKubeSchema. getClusterRole()Methods in io.fabric8.kubernetes.api.model with parameters of type ClusterRole Modifier and Type Method Description voidKubeSchema. setClusterRole(ClusterRole clusterRole)Constructors in io.fabric8.kubernetes.api.model with parameters of type ClusterRole Constructor Description KubeSchema(io.fabric8.kubernetes.api.model.APIGroup aPIGroup, io.fabric8.kubernetes.api.model.APIGroupList aPIGroupList, AggregationRule aggregationRule, io.fabric8.kubernetes.api.model.BaseKubernetesList baseKubernetesList, ClusterRole clusterRole, ClusterRoleBinding clusterRoleBinding, ClusterRoleBindingList clusterRoleBindingList, ClusterRoleList clusterRoleList, io.fabric8.kubernetes.api.model.CreateOptions createOptions, io.fabric8.kubernetes.api.model.DeleteOptions deleteOptions, io.fabric8.kubernetes.api.model.GetOptions getOptions, io.fabric8.kubernetes.api.model.version.Info info, io.fabric8.kubernetes.api.model.ListOptions listOptions, io.fabric8.kubernetes.api.model.ObjectMeta objectMeta, io.fabric8.kubernetes.api.model.Patch patch, io.fabric8.kubernetes.api.model.PatchOptions patchOptions, io.fabric8.kubernetes.api.model.Quantity quantity, Role role, RoleBinding roleBinding, RoleBindingList roleBindingList, RoleList roleList, io.fabric8.kubernetes.api.model.RootPaths rootPaths, io.fabric8.kubernetes.api.model.Status status, String time, io.fabric8.kubernetes.api.model.TypeMeta typeMeta, io.fabric8.kubernetes.api.model.UpdateOptions updateOptions) -
Uses of ClusterRole in io.fabric8.kubernetes.api.model.rbac
Methods in io.fabric8.kubernetes.api.model.rbac that return ClusterRole Modifier and Type Method Description ClusterRoleClusterRoleBuilder. build()ClusterRoleClusterRoleListFluent. buildFirstItem()ClusterRoleClusterRoleListFluentImpl. buildFirstItem()ClusterRoleClusterRoleListFluent. buildItem(int index)ClusterRoleClusterRoleListFluentImpl. buildItem(int index)ClusterRoleClusterRoleListFluent. buildLastItem()ClusterRoleClusterRoleListFluentImpl. buildLastItem()ClusterRoleClusterRoleListFluent. buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<ClusterRoleBuilder> predicate)ClusterRoleClusterRoleListFluentImpl. buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<ClusterRoleBuilder> predicate)ClusterRoleDoneableClusterRole. done()Methods in io.fabric8.kubernetes.api.model.rbac that return types with arguments of type ClusterRole Modifier and Type Method Description List<ClusterRole>ClusterRoleListFluent. buildItems()List<ClusterRole>ClusterRoleListFluentImpl. buildItems()List<ClusterRole>ClusterRoleList. getItems()List<ClusterRole>ClusterRoleListFluent. getItems()Deprecated.List<ClusterRole>ClusterRoleListFluentImpl. getItems()Deprecated.Methods in io.fabric8.kubernetes.api.model.rbac with parameters of type ClusterRole Modifier and Type Method Description ClusterRoleListFluent.ItemsNested<A>ClusterRoleListFluent. addNewItemLike(ClusterRole item)ClusterRoleListFluent.ItemsNested<A>ClusterRoleListFluentImpl. addNewItemLike(ClusterRole item)AClusterRoleListFluent. addToItems(int index, ClusterRole item)AClusterRoleListFluent. addToItems(ClusterRole... items)AClusterRoleListFluentImpl. addToItems(int index, ClusterRole item)AClusterRoleListFluentImpl. addToItems(ClusterRole... items)AClusterRoleListFluent. removeFromItems(ClusterRole... items)AClusterRoleListFluentImpl. removeFromItems(ClusterRole... items)ClusterRoleListFluent.ItemsNested<A>ClusterRoleListFluent. setNewItemLike(int index, ClusterRole item)ClusterRoleListFluent.ItemsNested<A>ClusterRoleListFluentImpl. setNewItemLike(int index, ClusterRole item)AClusterRoleListFluent. setToItems(int index, ClusterRole item)AClusterRoleListFluentImpl. setToItems(int index, ClusterRole item)AClusterRoleListFluent. withItems(ClusterRole... items)AClusterRoleListFluentImpl. withItems(ClusterRole... items)Method parameters in io.fabric8.kubernetes.api.model.rbac with type arguments of type ClusterRole Modifier and Type Method Description AClusterRoleListFluent. addAllToItems(Collection<ClusterRole> items)AClusterRoleListFluentImpl. addAllToItems(Collection<ClusterRole> items)AClusterRoleListFluent. removeAllFromItems(Collection<ClusterRole> items)AClusterRoleListFluentImpl. removeAllFromItems(Collection<ClusterRole> items)voidClusterRoleList. setItems(List<ClusterRole> items)AClusterRoleListFluent. withItems(List<ClusterRole> items)AClusterRoleListFluentImpl. withItems(List<ClusterRole> items)Constructors in io.fabric8.kubernetes.api.model.rbac with parameters of type ClusterRole Constructor Description ClusterRoleBuilder(ClusterRole instance)ClusterRoleBuilder(ClusterRoleFluent<?> fluent, ClusterRole instance)ClusterRoleBuilder(ClusterRoleFluent<?> fluent, ClusterRole instance, Boolean validationEnabled)ClusterRoleBuilder(ClusterRole instance, Boolean validationEnabled)ClusterRoleFluentImpl(ClusterRole instance)DoneableClusterRole(ClusterRole item)DoneableClusterRole(ClusterRole item, io.fabric8.kubernetes.api.builder.Function<ClusterRole,ClusterRole> function)Constructor parameters in io.fabric8.kubernetes.api.model.rbac with type arguments of type ClusterRole Constructor Description ClusterRoleList(String apiVersion, List<ClusterRole> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)DoneableClusterRole(io.fabric8.kubernetes.api.builder.Function<ClusterRole,ClusterRole> function)DoneableClusterRole(io.fabric8.kubernetes.api.builder.Function<ClusterRole,ClusterRole> function)DoneableClusterRole(ClusterRole item, io.fabric8.kubernetes.api.builder.Function<ClusterRole,ClusterRole> function)DoneableClusterRole(ClusterRole item, io.fabric8.kubernetes.api.builder.Function<ClusterRole,ClusterRole> function)