Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Command ¶
func Command(flagGrouping *cmdutils.FlagGrouping) *cobra.Command
Command will create the `utils` commands
func StackEventToString ¶ added in v0.136.0
func StackEventToString(event *types.StackEvent) string
Types ¶
type VPCConfigUpdater ¶ added in v0.164.0
type VPCConfigUpdater interface {
UpdateClusterConfig(ctx context.Context, input *eks.UpdateClusterConfigInput) error
}
A VPCConfigUpdater updates a cluster's VPC config.
type VPCHelper ¶ added in v0.164.0
type VPCHelper struct { // VPCUpdater updates the VPC config. VPCUpdater VPCConfigUpdater // ClusterMeta holds the cluster metadata. ClusterMeta *api.ClusterMeta // Cluster holds the current cluster state. Cluster *ekstypes.Cluster // PlanMode configures the plan mode. PlanMode bool }
A VPCHelper is a helper for updating a cluster's VPC config.
func (*VPCHelper) UpdateClusterVPCConfig ¶ added in v0.164.0
UpdateClusterVPCConfig updates the cluster endpoints and public access CIDRs.
Source Files ¶
- associate_iam_oidc_provider.go
- describe_addon_configuration.go
- describe_addon_versions.go
- describe_stacks.go
- enable_secrets_encryption.go
- install_vpc_controllers.go
- migrate_to_access_entry.go
- migrate_to_pod_identity.go
- nodegroup_health.go
- schema.go
- set_public_access_cidrs.go
- update_addon.go
- update_authentication_mode.go
- update_aws_node.go
- update_cluster_endpoint_access.go
- update_cluster_logging.go
- update_cluster_vpc_config.go
- update_coredns.go
- update_kube_proxy.go
- update_legacy_subnet_settings.go
- utils.go
- vpc_helper.go
- write_kubeconfig.go
Click to show internal directories.
Click to hide internal directories.