Documentation
¶
Overview ¶
Code generated by "tools/audit_policy.go" DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultKubernetesVersion = "<autogenerated on the build stage>"
This value is set on the controller build in the deckhouse-controller/go-build.sh script. Do not touch it !!!
Functions ¶
This section is empty.
Types ¶
type ConfigMapInfo ¶ added in v1.64.0
type ConfigMapInfo struct {
ServiceAccounts []string
}
type KubeSchedulerWebhook ¶ added in v1.64.0
type KubeSchedulerWebhook struct {
Weight int `json:"weight" yaml:"weight"`
FailurePolicy string `json:"failurePolicy" yaml:"failurePolicy"`
ClientConfig KubeSchedulerWebhookClientConfig `json:"clientConfig" yaml:"clientConfig"`
TimeoutSeconds int `json:"timeoutSeconds" yaml:"timeoutSeconds"`
}
type KubeSchedulerWebhookClientConfig ¶ added in v1.64.0
type KubeSchedulerWebhookClientConfig struct {
Service KubeSchedulerWebhookService `json:"service" yaml:"service"`
CABundle string `json:"caBundle" yaml:"caBundle"`
}
type KubeSchedulerWebhookConfiguration ¶ added in v1.64.0
type KubeSchedulerWebhookConfiguration struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Webhooks []KubeSchedulerWebhook `json:"webhooks" yaml:"webhooks"`
}
type KubeSchedulerWebhookService ¶ added in v1.64.0
type SecretEncryptionKey ¶
type SecretEncryptionKey []byte
Source Files
¶
- arguments.go
- audit_policy.go
- audit_policy_basic_targets_generated.go
- check_etcd_peer_urls.go
- common.go
- discover_modules.go
- effective_kubernetes_version.go
- ensure_secret_encryption_key.go
- etcd_quota_backend_bytes.go
- get_pki_checksum.go
- kube_scheduler_extenders.go
- kubeadm_config_cleanup.go
- label_heritage_on_kube_system.go
- lock_main_queue.go
- reconcile_etcd_members.go
- reconcile_masters_node.go
- rollout_epoch.go
- update_approval.go
Click to show internal directories.
Click to hide internal directories.