Versions in this module Expand all Collapse all v0 v0.1.18 May 3, 2021 Changes in this version + const ReplicateKey + var NamespacesKind = core_api.SchemeGroupVersion.WithKind("Namespace") + var NamespacesResource = core_api.SchemeGroupVersion.WithResource("namespaces") + var PodsKind = core_api.SchemeGroupVersion.WithKind("Pod") + var PodsResource = core_api.SchemeGroupVersion.WithResource("pods") + var SecretsResource = core_api.SchemeGroupVersion.WithResource("secrets") + var ServiceaccountsKind = core_api.SchemeGroupVersion.WithKind("Serviceaccount") + var ServiceaccountsResource = core_api.SchemeGroupVersion.WithResource("serviceaccounts") + type Interface struct + ConcreteRef interface{} + DefaultMeta *meta_api.ObjectMeta + func NewInterface(base dynamic.Interface) (*Interface, error) + func (k8s *Interface) GetNamespace(name string) (*core_api.Namespace, error) + func (k8s *Interface) GetServiceAccount(name string, namespace string) (*core_api.ServiceAccount, error) + func (k8s *Interface) MergeAnnotation(key string, metas ...*meta_api.ObjectMeta) []string + func (k8s *Interface) NewReplicator() *Replicator + func (k8s *Interface) SetConcreteRef(ref interface{}) + type Replicator struct + func (f *Replicator) CreateReplicatedSecret(secret *core_api.Secret, namespace string, name string) (*core_api.Secret, error) + func (f *Replicator) UpdateReplicatedSecret(secret *core_api.Secret, namespace string, name string) (*core_api.Secret, error)