Uses of Class
io.fabric8.kubernetes.api.model.authorization.v1.LabelSelectorAttributes
-
Packages that use LabelSelectorAttributes Package Description io.fabric8.kubernetes.api.model.authorization.v1 -
-
Uses of LabelSelectorAttributes in io.fabric8.kubernetes.api.model.authorization.v1
Methods in io.fabric8.kubernetes.api.model.authorization.v1 that return LabelSelectorAttributes Modifier and Type Method Description LabelSelectorAttributesLabelSelectorAttributesBuilder. build()LabelSelectorAttributesResourceAttributesFluent. buildLabelSelector()LabelSelectorAttributesResourceAttributes. getLabelSelector()ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interfaceMethods in io.fabric8.kubernetes.api.model.authorization.v1 with parameters of type LabelSelectorAttributes Modifier and Type Method Description protected voidLabelSelectorAttributesFluent. copyInstance(LabelSelectorAttributes instance)ResourceAttributesFluent.LabelSelectorNested<A>ResourceAttributesFluent. editOrNewLabelSelectorLike(LabelSelectorAttributes item)voidResourceAttributes. setLabelSelector(LabelSelectorAttributes labelSelector)ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interfaceAResourceAttributesFluent. withLabelSelector(LabelSelectorAttributes labelSelector)ResourceAttributesFluent.LabelSelectorNested<A>ResourceAttributesFluent. withNewLabelSelectorLike(LabelSelectorAttributes item)Constructors in io.fabric8.kubernetes.api.model.authorization.v1 with parameters of type LabelSelectorAttributes Constructor Description LabelSelectorAttributesBuilder(LabelSelectorAttributes instance)LabelSelectorAttributesBuilder(LabelSelectorAttributesFluent<?> fluent, LabelSelectorAttributes instance)LabelSelectorAttributesFluent(LabelSelectorAttributes instance)ResourceAttributes(FieldSelectorAttributes fieldSelector, String group, LabelSelectorAttributes labelSelector, String name, String namespace, String resource, String subresource, String verb, String version)
-