Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ProviderSpec = []byte(`
{
"labels": {
"shoot-name": "my-shoot",
"shoot-namespace": "my-shoot-namespace"
},
"machineClassName": "foo",
"machinePoolName": "foo",
"networkName": "my-network",
"prefixName": "my-prefix",
"rootDisk": {
"volumeClassName": "foo",
"size": "10Gi"
},
"ignitionSecret": {
"name": "foo"
},
"image": "my-image",
"ignitionSecretKey": "ignition.json",
"ignition": "passwd:\n users:\n - groups: [group1]\n name: xyz\n sshAuthorizedKeys: ssh-ed25519 AAABC3NzaC1lZDI1NTE5AAAAIGqrmrq1XwWnPJoSsAeuVcDQNqA5XQK\n shell: \/bin\/bash"
}`)
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.