Kazan v0.11.0 Kazan.Apis.Core.V1.ReplicationController View Source
ReplicationController represents the configuration of a replication controller.
OpenAPI Definition: io.k8s.api.core.v1.ReplicationController
Properties
api_version::String- 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.
kind::String- 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.
metadata::Kazan.Models.Apimachinery.Meta.V1.ObjectMeta- If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. Standard object’s metadata. More info.
spec::Kazan.Apis.Core.V1.ReplicationControllerSpec- Spec defines the specification of the desired behavior of the replication controller. More info.
status::Kazan.Apis.Core.V1.ReplicationControllerStatus- Status is the most recently observed status of the replication controller. This data may be out of date by some window of time. Populated by the system. Read-only. More info.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Core.V1.ReplicationController{
api_version: String.t(),
kind: String.t(),
metadata: Kazan.Models.Apimachinery.Meta.V1.ObjectMeta.t(),
spec: Kazan.Apis.Core.V1.ReplicationControllerSpec.t(),
status: Kazan.Apis.Core.V1.ReplicationControllerStatus.t()
}