Uses of Class
io.kubernetes.client.openapi.models.V1alpha2NamedResourcesAttribute
Packages that use V1alpha2NamedResourcesAttribute
-
Uses of V1alpha2NamedResourcesAttribute in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha2NamedResourcesAttributeModifier and TypeMethodDescriptionCreate an instance of V1alpha2NamedResourcesAttribute given an JSON stringV1alpha2NamedResourcesAttribute.intSlice
(V1alpha2NamedResourcesIntSlice intSlice) V1alpha2NamedResourcesAttribute.stringSlice
(V1alpha2NamedResourcesStringSlice stringSlice) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha2NamedResourcesAttributeModifier and TypeMethodDescriptionV1alpha2NamedResourcesInstance.getAttributes()
Attributes defines the attributes of this resource instance.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha2NamedResourcesAttributeModifier and TypeMethodDescriptionV1alpha2NamedResourcesInstance.addAttributesItem
(V1alpha2NamedResourcesAttribute attributesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha2NamedResourcesAttributeModifier and TypeMethodDescriptionV1alpha2NamedResourcesInstance.attributes
(List<V1alpha2NamedResourcesAttribute> attributes) void
V1alpha2NamedResourcesInstance.setAttributes
(List<V1alpha2NamedResourcesAttribute> attributes)