Documentation ¶
Overview ¶
Package scheme offers a builder capable of generating a scheme with the resources known by the CNP manager
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildWithAllKnownScheme ¶
BuildWithAllKnownScheme registers all the API used by the manager
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder contains the fluent methods to build a schema
func (*Builder) WithAPIExtensionV1 ¶
WithAPIExtensionV1 adds apiextensions/v1
func (*Builder) WithClientGoScheme ¶
WithClientGoScheme adds the kubernetes/scheme
func (*Builder) WithMonitoringV1 ¶
WithMonitoringV1 adds prometheus-operator scheme
func (*Builder) WithStorageSnapshotV1 ¶ added in v1.21.0
WithStorageSnapshotV1 adds storagesnapshotv1
Click to show internal directories.
Click to hide internal directories.