class Pyrite::Api::Certificates::V1beta1::CertificateSigningRequestSpec
- Pyrite::Api::Certificates::V1beta1::CertificateSigningRequestSpec
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
This information is immutable after the request is created. Only the Request and Usages fields can be set on creation, other fields are derived by Kubernetes and cannot be modified by users.
Defined in:
versions/v1.14/api/certificates/v1beta1/certificate_signing_request_spec.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
This information is immutable after the request is created.
-
.new(pull : JSON::PullParser)
This information is immutable after the request is created.
- .new(*, extra : Hash(String, String)? = nil, groups : Array? = nil, request : String, uid : String? = nil, usages : Array? = nil, username : String? = nil)
Instance Method Summary
- #extra : Hash(String, String)?
- #extra=(extra : Hash(String, String)?)
- #groups : Array(String)?
- #groups=(groups : Array(String)?)
- #request : String
- #request=(request : String)
- #uid : String?
- #uid=(uid : String?)
- #usages : Array(String)?
- #usages=(usages : Array(String)?)
- #username : String?
- #username=(username : String?)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
This information is immutable after the request is created. Only the Request and Usages fields can be set on creation, other fields are derived by Kubernetes and cannot be modified by users.
def self.new(pull : JSON::PullParser)
#
This information is immutable after the request is created. Only the Request and Usages fields can be set on creation, other fields are derived by Kubernetes and cannot be modified by users.
def self.new(*, extra : Hash(String, String)? = nil, groups : Array? = nil, request : String, uid : String? = nil, usages : Array? = nil, username : String? = nil)
#