pub struct AutoprovisioningNodePoolDefaults {
pub oauth_scopes: Vec<String>,
pub service_account: String,
pub upgrade_settings: Option<UpgradeSettings>,
pub management: Option<NodeManagement>,
pub min_cpu_platform: String,
pub disk_size_gb: i32,
pub disk_type: String,
pub shielded_instance_config: Option<ShieldedInstanceConfig>,
pub boot_disk_kms_key: String,
pub image_type: String,
pub insecure_kubelet_readonly_port_enabled: Option<bool>,
}
Expand description
AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.
Fields§
§oauth_scopes: Vec<String>
Scopes that are used by NAP when creating node pools.
service_account: String
The Google Cloud Platform Service Account to be used by the node VMs.
upgrade_settings: Option<UpgradeSettings>
Specifies the upgrade settings for NAP created node pools
management: Option<NodeManagement>
Specifies the node management options for NAP created node-pools.
min_cpu_platform: String
Deprecated. Minimum CPU platform to be used for NAP created node pools.
The instance may be scheduled on the specified or newer CPU platform.
Applicable values are the friendly names of CPU platforms, such as
minCpuPlatform: Intel Haswell or
minCpuPlatform: Intel Sandy Bridge. For more
information, read how to specify min CPU
platform.
This field is deprecated, min_cpu_platform should be specified using
cloud.google.com/requested-min-cpu-platform
label selector on the pod.
To unset the min cpu platform field pass “automatic”
as field value.
disk_size_gb: i32
Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB.
If unspecified, the default disk size is 100GB.
disk_type: String
Type of the disk attached to each node (e.g. ‘pd-standard’, ‘pd-ssd’ or ‘pd-balanced’)
If unspecified, the default disk type is ‘pd-standard’
shielded_instance_config: Option<ShieldedInstanceConfig>
Shielded Instance options.
boot_disk_kms_key: String
The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption
image_type: String
The image type to use for NAP created node. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.
insecure_kubelet_readonly_port_enabled: Option<bool>
Enable or disable Kubelet read only port.
Implementations§
source§impl AutoprovisioningNodePoolDefaults
impl AutoprovisioningNodePoolDefaults
sourcepub fn insecure_kubelet_readonly_port_enabled(&self) -> bool
pub fn insecure_kubelet_readonly_port_enabled(&self) -> bool
Returns the value of insecure_kubelet_readonly_port_enabled
, or the default value if insecure_kubelet_readonly_port_enabled
is unset.
Trait Implementations§
source§impl Clone for AutoprovisioningNodePoolDefaults
impl Clone for AutoprovisioningNodePoolDefaults
source§fn clone(&self) -> AutoprovisioningNodePoolDefaults
fn clone(&self) -> AutoprovisioningNodePoolDefaults
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Message for AutoprovisioningNodePoolDefaults
impl Message for AutoprovisioningNodePoolDefaults
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for AutoprovisioningNodePoolDefaults
impl PartialEq for AutoprovisioningNodePoolDefaults
source§fn eq(&self, other: &AutoprovisioningNodePoolDefaults) -> bool
fn eq(&self, other: &AutoprovisioningNodePoolDefaults) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AutoprovisioningNodePoolDefaults
Auto Trait Implementations§
impl Freeze for AutoprovisioningNodePoolDefaults
impl RefUnwindSafe for AutoprovisioningNodePoolDefaults
impl Send for AutoprovisioningNodePoolDefaults
impl Sync for AutoprovisioningNodePoolDefaults
impl Unpin for AutoprovisioningNodePoolDefaults
impl UnwindSafe for AutoprovisioningNodePoolDefaults
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request