desiredPrivateClusterConfig property

  1. @Deprecated('Not supported. Member documentation may have more information.')
PrivateClusterConfig? desiredPrivateClusterConfig
getter/setter pair

The desired private cluster configuration.

master_global_access_config is the only field that can be changed via this field. See also ClusterUpdate.desired_enable_private_endpoint for modifying other fields within PrivateClusterConfig. Deprecated: Use desired_control_plane_endpoints_config.ip_endpoints_config.global_access instead.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
PrivateClusterConfig? desiredPrivateClusterConfig;