Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetClusterDDSIFFunc ¶
type GetClusterDDSIFFunc func(clusterName logicalcluster.Name) (*ddsif.DiscoveringDynamicSharedInformerFactory, error)
type GetWorkspaceURLFunc ¶
type GetWorkspaceURLFunc func(obj *unstructured.Unstructured) (*url.URL, error)
type ListSecretFunc ¶
type PodSpecableMutator ¶
type PodSpecableMutator struct {
// contains filtered or unexported fields
}
func NewPodspecableMutator ¶
func NewPodspecableMutator(ddsifForUpstreamSyncer GetClusterDDSIFFunc, serviceLister listerscorev1.ServiceLister, syncTargetClusterName logicalcluster.Name, syncTargetName string, syncTargetUID types.UID, dnsNamespace string, upsyncPods bool) *PodSpecableMutator
func (*PodSpecableMutator) GVRs ¶
func (dm *PodSpecableMutator) GVRs() []schema.GroupVersionResource
func (*PodSpecableMutator) Mutate ¶
func (dm *PodSpecableMutator) Mutate(obj *unstructured.Unstructured) error
Mutate applies the mutator changes to the object.
type SecretMutator ¶
type SecretMutator struct { }
func NewSecretMutator ¶
func NewSecretMutator() *SecretMutator
func (*SecretMutator) GVRs ¶
func (sm *SecretMutator) GVRs() []schema.GroupVersionResource
func (*SecretMutator) Mutate ¶
func (sm *SecretMutator) Mutate(obj *unstructured.Unstructured) error
Mutate applies the mutator changes to the object.
Click to show internal directories.
Click to hide internal directories.