NamespaceManagementSupervisorsKubeAPIServerOptions

KubeAPIServerOptions declares options for the Kubernetes API Server.

The API server is used to manage workloads on the workload network.


Properties

security Optional

KubeAPIServerOptions.security allows you to specify configuration options for the API server security.

If unset, default security parameters will be configured.

JSON Example

{
	"security": {
		"certificate_dns_names": [
			"string"
		]
	}
}

Feedback

Was this page helpful?