package
0.0.0-20200206082754-c833ae4fd044
Repository: https://github.com/dbadura/kyma.git
Documentation: pkg.go.dev

# Functions

ApplyExistingChannelAttributes copies some important attributes from a given source Channel to a destination Channel.
ApplyExistingServiceAttributes copies some important attributes from a given source Service to a destination Service.
NewChannel creates a Channel object.
NewService creates a Service object.
WithControllerRef sets the controller reference of an API object.
WithEnvVar sets the value of a container env var.
WithImage sets the container image of a Service.
WithLabel sets the value of an API object's label.
WithMinScale specifies the minimum number of Pods this Service should have at any given time.
WithPodLabel sets a label on a Service's template.
WithPort sets the container port of a Service.
WithProbe sets the HTTP readiness probe of a container.

# Variables

Semantic can do semantic deep equality checks for API objects.

# Type aliases

ObjectOption is a functional option for API objects builders.