Versions in this module Expand all Collapse all v0 v0.1.0 Nov 5, 2018 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type SecretClaim struct + Spec SecretClaimSpec + Status SecretClaimStatus + func (in *SecretClaim) DeepCopy() *SecretClaim + func (in *SecretClaim) DeepCopyInto(out *SecretClaim) + func (in *SecretClaim) DeepCopyObject() runtime.Object + type SecretClaimList struct + Items []SecretClaim + func (in *SecretClaimList) DeepCopy() *SecretClaimList + func (in *SecretClaimList) DeepCopyInto(out *SecretClaimList) + func (in *SecretClaimList) DeepCopyObject() runtime.Object + type SecretClaimSpec struct + CryptopusSecret string + Id []int32 + RefreshTime int32 + SecretName string + func (in *SecretClaimSpec) DeepCopy() *SecretClaimSpec + func (in *SecretClaimSpec) DeepCopyInto(out *SecretClaimSpec) + type SecretClaimStatus struct + LastUpdate int32 + Phase string + func (in *SecretClaimStatus) DeepCopy() *SecretClaimStatus + func (in *SecretClaimStatus) DeepCopyInto(out *SecretClaimStatus)