Documentation ¶
Index ¶
- func ForGarden() clientmap.ClientSetKey
- func ForPlant(plant *v1beta1.Plant) clientmap.ClientSetKey
- func ForPlantWithNamespacedName(namespace, name string) clientmap.ClientSetKey
- func ForSeed(seed *v1beta1.Seed) clientmap.ClientSetKey
- func ForSeedWithName(name string) clientmap.ClientSetKey
- func ForShoot(shoot *v1beta1.Shoot) clientmap.ClientSetKey
- func ForShootWithNamespacedName(namespace, name string) clientmap.ClientSetKey
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ForGarden ¶
func ForGarden() clientmap.ClientSetKey
ForGarden returns a key for retrieving a ClientSet for the Garden cluster.
func ForPlant ¶
func ForPlant(plant *v1beta1.Plant) clientmap.ClientSetKey
ForPlant returns a key for retrieving a ClientSet for the given Plant cluster.
func ForPlantWithNamespacedName ¶
func ForPlantWithNamespacedName(namespace, name string) clientmap.ClientSetKey
ForPlantWithNamespacedName returns a key for retrieving a ClientSet for the Plant cluster with the given namespace and name.
func ForSeed ¶
func ForSeed(seed *v1beta1.Seed) clientmap.ClientSetKey
ForSeed returns a key for retrieving a ClientSet for the given Seed cluster.
func ForSeedWithName ¶
func ForSeedWithName(name string) clientmap.ClientSetKey
ForSeedWithName returns a key for retrieving a ClientSet for the Seed cluster with the given name.
func ForShoot ¶
func ForShoot(shoot *v1beta1.Shoot) clientmap.ClientSetKey
ForShoot returns a key for retrieving a ClientSet for the given Shoot cluster.
func ForShootWithNamespacedName ¶
func ForShootWithNamespacedName(namespace, name string) clientmap.ClientSetKey
ForShootWithNamespacedName returns a key for retrieving a ClientSet for the Shoot cluster with the given namespace and name.
Types ¶
This section is empty.