Documentation ¶
Overview ¶
This package defines the types for Flux API version 10.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListImagesOptions ¶
type ListImagesOptions struct { Spec update.ResourceSpec OverrideContainerFields []string Namespace string }
type Server ¶
type Server interface { v6.NotDeprecated ListImagesWithOptions(ctx context.Context, opts ListImagesOptions) ([]v6.ImageStatus, error) }
Click to show internal directories.
Click to hide internal directories.