exports

package
v1.42.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2022 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Certificate added in v1.38.0

type Certificate struct {
	Rotated bool   `json:"rotated" yaml:"rotated"`
	Crt     string `json:"crt" yaml:"crt"`
	Key     string `json:"key" yaml:"key"`
}

type Exports

type Exports struct {
	GardenerIdentity                         string `json:"gardenerIdentity" yaml:"gardenerIdentity"`
	GardenerAPIServerEncryptionConfiguration string `json:"gardenerAPIServerEncryptionConfiguration" yaml:"gardenerAPIServerEncryptionConfiguration"`
	OpenVPNDiffieHellmanKey                  string `json:"openVPNDiffieHellmanKey" yaml:"openVPNDiffieHellmanKey"`

	GardenerAPIServerCA           Certificate  `json:"gardenerAPIServerCA" yaml:"gardenerAPIServerCA"`
	GardenerAdmissionControllerCA *Certificate `json:"gardenerAdmissionControllerCA,omitempty" yaml:"gardenerAdmissionControllerCA,omitempty"`

	GardenerAPIServerTLSServing           Certificate  `json:"gardenerAPIServerTLSServing" yaml:"gardenerAPIServerTLSServing"`
	GardenerControllerManagerTLSServing   Certificate  `json:"gardenerControllerManagerTLSServing" yaml:"gardenerControllerManagerTLSServing"`
	GardenerAdmissionControllerTLSServing *Certificate `json:"gardenerAdmissionControllerTLSServing,omitempty" yaml:"gardenerAdmissionControllerTLSServing,omitempty"`
}

Exports defines the structure for the exported data which might be consumed by other components.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL