Documentation ¶
Index ¶
Constants ¶
View Source
const ( Scheme = "kubernetes" ServiceName = "api.kubernetes.grpc.io" PortName = "apigrpc" )
Variables ¶
This section is empty.
Functions ¶
func GetLabelSelector ¶
GetLabelSelector returns the LabelSelector of the metav1.ListOptions
func NewBuilder ¶
func NewBuilder(ctx context.Context, opt *BuilderOption) *dynamicResolverBuilder
Types ¶
type BuilderOption ¶
type BuilderOption struct { ClientSet kubernetes.Interface Namespace string Labels map[string]string }
func (*BuilderOption) Validate ¶
func (b *BuilderOption) Validate() error
Click to show internal directories.
Click to hide internal directories.