Uses of Class
io.fabric8.kubernetes.api.model.authorization.v1.FieldSelectorAttributes
-
Packages that use FieldSelectorAttributes Package Description io.fabric8.kubernetes.api.model.authorization.v1 -
-
Uses of FieldSelectorAttributes in io.fabric8.kubernetes.api.model.authorization.v1
Methods in io.fabric8.kubernetes.api.model.authorization.v1 that return FieldSelectorAttributes Modifier and Type Method Description FieldSelectorAttributesFieldSelectorAttributesBuilder. build()FieldSelectorAttributesResourceAttributesFluent. buildFieldSelector()FieldSelectorAttributesResourceAttributes. getFieldSelector()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 FieldSelectorAttributes Modifier and Type Method Description protected voidFieldSelectorAttributesFluent. copyInstance(FieldSelectorAttributes instance)ResourceAttributesFluent.FieldSelectorNested<A>ResourceAttributesFluent. editOrNewFieldSelectorLike(FieldSelectorAttributes item)voidResourceAttributes. setFieldSelector(FieldSelectorAttributes fieldSelector)ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interfaceAResourceAttributesFluent. withFieldSelector(FieldSelectorAttributes fieldSelector)ResourceAttributesFluent.FieldSelectorNested<A>ResourceAttributesFluent. withNewFieldSelectorLike(FieldSelectorAttributes item)Constructors in io.fabric8.kubernetes.api.model.authorization.v1 with parameters of type FieldSelectorAttributes Constructor Description FieldSelectorAttributesBuilder(FieldSelectorAttributes instance)FieldSelectorAttributesBuilder(FieldSelectorAttributesFluent<?> fluent, FieldSelectorAttributes instance)FieldSelectorAttributesFluent(FieldSelectorAttributes instance)ResourceAttributes(FieldSelectorAttributes fieldSelector, String group, LabelSelectorAttributes labelSelector, String name, String namespace, String resource, String subresource, String verb, String version)
-