class Pyrite::Api::Apps::V1beta2::StatefulSet
- Pyrite::Api::Apps::V1beta2::StatefulSet
- Pyrite::Kubernetes::Object
- Pyrite::Kubernetes::Resource
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
DEPRECATED - This group version of StatefulSet is deprecated by [apps/v1/StatefulSet. See the release notes for more information. StatefulSet represents a set of pods with consistent identities. Identities are defined as:](apps/v1/StatefulSet. See the release notes for more information. StatefulSet represents a set of pods with consistent identities. Identities are defined as:)
- Network: A single stable DNS and hostname.
- Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity.
Defined in:
versions/v1.14/api/apps/v1beta2/stateful_set.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
DEPRECATED - This group version of StatefulSet is deprecated by [apps/v1/StatefulSet.
-
.new(pull : JSON::PullParser)
DEPRECATED - This group version of StatefulSet is deprecated by [apps/v1/StatefulSet.
- .new(*, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil, spec : Api::Apps::V1beta2::StatefulSetSpec? = nil, status : Api::Apps::V1beta2::StatefulSetStatus? = nil)
Instance Method Summary
- #spec : Api::Apps::V1beta2::StatefulSetSpec?
- #spec=(spec : Api::Apps::V1beta2::StatefulSetSpec?)
- #status : Api::Apps::V1beta2::StatefulSetStatus?
- #status=(status : Api::Apps::V1beta2::StatefulSetStatus?)
Instance methods inherited from class Pyrite::Kubernetes::Object
metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?
metadata,
metadata=(metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?)
metadata=
Constructor methods inherited from class Pyrite::Kubernetes::Object
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Instance methods inherited from class Pyrite::Kubernetes::Resource
api_version : String
api_version,
kind : String
kind
Constructor methods inherited from class Pyrite::Kubernetes::Resource
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
DEPRECATED - This group version of StatefulSet is deprecated by [apps/v1/StatefulSet. See the release notes for more information. StatefulSet represents a set of pods with consistent identities. Identities are defined as:](apps/v1/StatefulSet. See the release notes for more information. StatefulSet represents a set of pods with consistent identities. Identities are defined as:)
- Network: A single stable DNS and hostname.
- Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity.
DEPRECATED - This group version of StatefulSet is deprecated by [apps/v1/StatefulSet. See the release notes for more information. StatefulSet represents a set of pods with consistent identities. Identities are defined as:](apps/v1/StatefulSet. See the release notes for more information. StatefulSet represents a set of pods with consistent identities. Identities are defined as:)
- Network: A single stable DNS and hostname.
- Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity.