struct
Kubernetes::ServiceCIDRSpec
- Kubernetes::ServiceCIDRSpec
- Struct
- Value
- Object
Overview
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
generated/models/io_k8s_api_networking_v1.crgenerated/models/io_k8s_api_networking_v1beta1.cr
Constructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : ::JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : ::JSON::PullParser)
- .new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Macro Summary
-
field(name, type = nil, **options, &block)
Helper macro for defining fields with automatic camelCase conversion
Instance Method Summary
-
#cidrs : Array(String) | Nil
CIDRs defines the IP blocks in CIDR notation (e.g.
-
#cidrs=(cidrs : Array(String) | Nil)
CIDRs defines the IP blocks in CIDR notation (e.g.
-
#cidrs=(cidrs : Array(String) | Nil)
CIDRs defines the IP blocks in CIDR notation (e.g.
Constructor Detail
Macro Detail
Helper macro for defining fields with automatic camelCase conversion
Instance Method Detail
CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.