Package io.fabric8.kubernetes.api.model
Class SecretList
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.SecretList
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<SecretListBuilder>,KubernetesResource,KubernetesResourceList<Secret>,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class SecretList extends Object implements io.fabric8.kubernetes.api.builder.Editable<SecretListBuilder>, KubernetesResource, KubernetesResourceList<Secret>
SecretList is a list of Secret.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecretList()No args constructor for use in serializationSecretList(String apiVersion, List<Secret> items, String kind, ListMeta metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecretListBuilderedit()Map<String,Object>getAdditionalProperties()StringgetApiVersion()APIVersion defines the versioned schema of this representation of an object.List<Secret>getItems()Items is a list of secret objects.StringgetKind()Kind is a string value representing the REST resource this object represents.ListMetagetMetadata()SecretList is a list of Secret.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<Secret> items)Items is a list of secret objects.voidsetKind(String kind)Kind is a string value representing the REST resource this object represents.voidsetMetadata(ListMeta metadata)SecretList is a list of Secret.SecretListBuildertoBuilder()
-
-
-
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<Secret> getItems()
Items is a list of secret objects. More info: https://kubernetes.io/docs/concepts/configuration/secret- Specified by:
getItemsin interfaceKubernetesResourceList<Secret>
-
setItems
public void setItems(List<Secret> items)
Items is a list of secret objects. More info: https://kubernetes.io/docs/concepts/configuration/secret
-
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()
SecretList is a list of Secret.- Specified by:
getMetadatain interfaceKubernetesResourceList<Secret>
-
setMetadata
public void setMetadata(ListMeta metadata)
SecretList is a list of Secret.
-
edit
public SecretListBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<SecretListBuilder>
-
toBuilder
public SecretListBuilder toBuilder()
-
-