Package io.fabric8.kubernetes.api.model
Class ComponentStatusList
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.ComponentStatusList
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ComponentStatusListBuilder>,KubernetesResource,KubernetesResourceList<ComponentStatus>,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ComponentStatusList extends Object implements io.fabric8.kubernetes.api.builder.Editable<ComponentStatusListBuilder>, KubernetesResource, KubernetesResourceList<ComponentStatus>
Status of all the conditions for the component as a list of ComponentStatus objects. Deprecated: This API is deprecated in v1.19+- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComponentStatusList()No args constructor for use in serializationComponentStatusList(String apiVersion, List<ComponentStatus> items, String kind, ListMeta metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentStatusListBuilderedit()Map<String,Object>getAdditionalProperties()StringgetApiVersion()APIVersion defines the versioned schema of this representation of an object.List<ComponentStatus>getItems()List of ComponentStatus objects.StringgetKind()Kind is a string value representing the REST resource this object represents.ListMetagetMetadata()Status of all the conditions for the component as a list of ComponentStatus objects.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetApiVersion(String apiVersion)APIVersion defines the versioned schema of this representation of an object.voidsetItems(List<ComponentStatus> items)List of ComponentStatus objects.voidsetKind(String kind)Kind is a string value representing the REST resource this object represents.voidsetMetadata(ListMeta metadata)Status of all the conditions for the component as a list of ComponentStatus objects.ComponentStatusListBuildertoBuilder()
-
-
-
Constructor Detail
-
ComponentStatusList
public ComponentStatusList()
No args constructor for use in serialization
-
ComponentStatusList
public ComponentStatusList(String apiVersion, List<ComponentStatus> items, String kind, ListMeta metadata)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-
setApiVersion
public void setApiVersion(String apiVersion)
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-
getItems
public List<ComponentStatus> getItems()
List of ComponentStatus objects.- Specified by:
getItemsin interfaceKubernetesResourceList<ComponentStatus>
-
setItems
public void setItems(List<ComponentStatus> items)
List of ComponentStatus objects.
-
getKind
public String getKind()
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-
setKind
public void setKind(String kind)
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-
getMetadata
public ListMeta getMetadata()
Status of all the conditions for the component as a list of ComponentStatus objects. Deprecated: This API is deprecated in v1.19+- Specified by:
getMetadatain interfaceKubernetesResourceList<ComponentStatus>
-
setMetadata
public void setMetadata(ListMeta metadata)
Status of all the conditions for the component as a list of ComponentStatus objects. Deprecated: This API is deprecated in v1.19+
-
edit
public ComponentStatusListBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ComponentStatusListBuilder>
-
toBuilder
public ComponentStatusListBuilder toBuilder()
-
-