Documentation ¶
Index ¶
Constants ¶
View Source
const (
ContentTypeLabelKey string = "source.contenttype.kpack.io"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fetcher ¶
type Fetcher struct { Logger *log.Logger Client ImageClient Keychain authn.Keychain }
type ImageClient ¶
type KeychainFactory ¶
type Resolver ¶
type Resolver struct { }
func (*Resolver) CanResolve ¶
func (*Resolver) CanResolve(sourceResolver *buildapi.SourceResolver) bool
func (*Resolver) Resolve ¶
func (*Resolver) Resolve(ctx context.Context, sourceResolver *buildapi.SourceResolver) (corev1alpha1.ResolvedSourceConfig, error)
type SecretRef ¶
type SecretRef struct { ServiceAccount string Namespace string ImagePullSecrets []v1.LocalObjectReference }
func (SecretRef) IsNamespaced ¶
func (SecretRef) ServiceAccountOrDefault ¶
Click to show internal directories.
Click to hide internal directories.