Class MachineAutoscalerStatusLastTargetRef
- java.lang.Object
-
- io.fabric8.openshift.api.model.autoscaling.v1beta1.MachineAutoscalerStatusLastTargetRef
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<MachineAutoscalerStatusLastTargetRefBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class MachineAutoscalerStatusLastTargetRef extends Object implements io.fabric8.kubernetes.api.builder.Editable<MachineAutoscalerStatusLastTargetRefBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
LastTargetRef holds reference to the recently observed scalable resource- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MachineAutoscalerStatusLastTargetRef()No args constructor for use in serializationMachineAutoscalerStatusLastTargetRef(String apiVersion, String kind, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MachineAutoscalerStatusLastTargetRefBuilderedit()Map<String,Object>getAdditionalProperties()StringgetApiVersion()APIVersion defines the versioned schema of this representation of anStringgetKind()Kind is a string value representing the REST resource this objectStringgetName()Name specifies a name of an object, e.g. worker-us-east-1a.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetApiVersion(String apiVersion)APIVersion defines the versioned schema of this representation of anvoidsetKind(String kind)Kind is a string value representing the REST resource this objectvoidsetName(String name)Name specifies a name of an object, e.g. worker-us-east-1a.MachineAutoscalerStatusLastTargetRefBuildertoBuilder()
-
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
APIVersion defines the versioned schema of this representation of anobject. 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 anobject. 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
-
getKind
public String getKind()
Kind is a string value representing the REST resource this objectrepresents. 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 objectrepresents. 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
-
getName
public String getName()
Name specifies a name of an object, e.g. worker-us-east-1a.Scalable resources are expected to exist under a single namespace.
-
setName
public void setName(String name)
Name specifies a name of an object, e.g. worker-us-east-1a.Scalable resources are expected to exist under a single namespace.
-
edit
public MachineAutoscalerStatusLastTargetRefBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<MachineAutoscalerStatusLastTargetRefBuilder>
-
toBuilder
public MachineAutoscalerStatusLastTargetRefBuilder toBuilder()
-
-