Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildPodable ¶
type BuildPodable interface {
GetName() string
GetNamespace() string
ServiceAccount() string
BuilderSpec() corev1alpha1.BuildBuilderSpec
CnbBindings() corev1alpha1.CNBBindings
Services() buildapi.Services
BuildPod(buildapi.BuildPodImages, buildapi.BuildContext) (*corev1.Pod, error)
}
type Generator ¶
type Generator struct {
BuildPodConfig buildapi.BuildPodImages
K8sClient k8sclient.Interface
KeychainFactory registry.KeychainFactory
ImageFetcher ImageFetcher
DynamicClient dynamic.Interface
MaximumPlatformApiVersion *semver.Version
InjectedSidecarSupport bool
}
Click to show internal directories.
Click to hide internal directories.