class Pyrite::Api::Extensions::V1beta1::DaemonSet
- Pyrite::Api::Extensions::V1beta1::DaemonSet
- Pyrite::Kubernetes::Object
- Pyrite::Kubernetes::Resource
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
DEPRECATED - This group version of DaemonSet is deprecated by [apps/v1beta2/DaemonSet. See the release notes for more information. DaemonSet represents the configuration of a daemon set.](apps/v1beta2/DaemonSet. See the release notes for more information. DaemonSet represents the configuration of a daemon set.)
Defined in:
versions/v1.14/api/extensions/v1beta1/daemon_set.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
DEPRECATED - This group version of DaemonSet is deprecated by [apps/v1beta2/DaemonSet.
-
.new(pull : JSON::PullParser)
DEPRECATED - This group version of DaemonSet is deprecated by [apps/v1beta2/DaemonSet.
- .new(*, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil, spec : Api::Extensions::V1beta1::DaemonSetSpec? = nil, status : Api::Extensions::V1beta1::DaemonSetStatus? = nil)
Instance Method Summary
- #spec : Api::Extensions::V1beta1::DaemonSetSpec?
- #spec=(spec : Api::Extensions::V1beta1::DaemonSetSpec?)
- #status : Api::Extensions::V1beta1::DaemonSetStatus?
- #status=(status : Api::Extensions::V1beta1::DaemonSetStatus?)
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 DaemonSet is deprecated by [apps/v1beta2/DaemonSet. See the release notes for more information. DaemonSet represents the configuration of a daemon set.](apps/v1beta2/DaemonSet. See the release notes for more information. DaemonSet represents the configuration of a daemon set.)
DEPRECATED - This group version of DaemonSet is deprecated by [apps/v1beta2/DaemonSet. See the release notes for more information. DaemonSet represents the configuration of a daemon set.](apps/v1beta2/DaemonSet. See the release notes for more information. DaemonSet represents the configuration of a daemon set.)