Package io.fabric8.kubernetes.api.model
Class EndpointsList
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.EndpointsList
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<EndpointsListBuilder>,KubernetesResource,KubernetesResourceList<Endpoints>,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class EndpointsList extends Object implements io.fabric8.kubernetes.api.builder.Editable<EndpointsListBuilder>, KubernetesResource, KubernetesResourceList<Endpoints>
EndpointsList is a list of endpoints. Deprecated: This API is deprecated in v1.33+.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EndpointsList()No args constructor for use in serializationEndpointsList(String apiVersion, List<Endpoints> items, String kind, ListMeta metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointsListBuilderedit()Map<String,Object>getAdditionalProperties()StringgetApiVersion()APIVersion defines the versioned schema of this representation of an object.List<Endpoints>getItems()List of endpoints.StringgetKind()Kind is a string value representing the REST resource this object represents.ListMetagetMetadata()EndpointsList is a list of endpoints.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<Endpoints> items)List of endpoints.voidsetKind(String kind)Kind is a string value representing the REST resource this object represents.voidsetMetadata(ListMeta metadata)EndpointsList is a list of endpoints.EndpointsListBuildertoBuilder()
-
-
-
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<Endpoints> getItems()
List of endpoints.- Specified by:
getItemsin interfaceKubernetesResourceList<Endpoints>
-
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()
EndpointsList is a list of endpoints. Deprecated: This API is deprecated in v1.33+.- Specified by:
getMetadatain interfaceKubernetesResourceList<Endpoints>
-
setMetadata
public void setMetadata(ListMeta metadata)
EndpointsList is a list of endpoints. Deprecated: This API is deprecated in v1.33+.
-
edit
public EndpointsListBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<EndpointsListBuilder>
-
toBuilder
public EndpointsListBuilder toBuilder()
-
-