Class ClusterServiceVersionList
- java.lang.Object
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.ClusterServiceVersionList
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ClusterServiceVersionListBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,io.fabric8.kubernetes.api.model.KubernetesResourceList<ClusterServiceVersion>,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ClusterServiceVersionList extends Object implements io.fabric8.kubernetes.api.builder.Editable<ClusterServiceVersionListBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, io.fabric8.kubernetes.api.model.KubernetesResourceList<ClusterServiceVersion>
ClusterServiceVersionList represents a list of ClusterServiceVersions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterServiceVersionList()No args constructor for use in serializationClusterServiceVersionList(String apiVersion, List<ClusterServiceVersion> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterServiceVersionListBuilderedit()Map<String,Object>getAdditionalProperties()StringgetApiVersion()APIVersion defines the versioned schema of this representation of an object.List<ClusterServiceVersion>getItems()ClusterServiceVersionList represents a list of ClusterServiceVersions.StringgetKind()Kind is a string value representing the REST resource this object represents.io.fabric8.kubernetes.api.model.ListMetagetMetadata()ClusterServiceVersionList represents a list of ClusterServiceVersions.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<ClusterServiceVersion> items)ClusterServiceVersionList represents a list of ClusterServiceVersions.voidsetKind(String kind)Kind is a string value representing the REST resource this object represents.voidsetMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)ClusterServiceVersionList represents a list of ClusterServiceVersions.ClusterServiceVersionListBuildertoBuilder()
-
-
-
Constructor Detail
-
ClusterServiceVersionList
public ClusterServiceVersionList()
No args constructor for use in serialization
-
ClusterServiceVersionList
public ClusterServiceVersionList(String apiVersion, List<ClusterServiceVersion> items, String kind, io.fabric8.kubernetes.api.model.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<ClusterServiceVersion> getItems()
ClusterServiceVersionList represents a list of ClusterServiceVersions.- Specified by:
getItemsin interfaceio.fabric8.kubernetes.api.model.KubernetesResourceList<ClusterServiceVersion>
-
setItems
public void setItems(List<ClusterServiceVersion> items)
ClusterServiceVersionList represents a list of ClusterServiceVersions.
-
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 io.fabric8.kubernetes.api.model.ListMeta getMetadata()
ClusterServiceVersionList represents a list of ClusterServiceVersions.- Specified by:
getMetadatain interfaceio.fabric8.kubernetes.api.model.KubernetesResourceList<ClusterServiceVersion>
-
setMetadata
public void setMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
ClusterServiceVersionList represents a list of ClusterServiceVersions.
-
edit
public ClusterServiceVersionListBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ClusterServiceVersionListBuilder>
-
toBuilder
public ClusterServiceVersionListBuilder toBuilder()
-
-