Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + var AddToScheme = localSchemeBuilder.AddToScheme + var SchemeBuilder runtime.SchemeBuilder + var SchemeGroupVersion = schema.GroupVersion + func Resource(resource string) schema.GroupResource + type ConditionStatus string + const ConditionFalse + const ConditionTrue + const ConditionUnknown + type Entry struct + AccessLabel string + CredentialsSecretName string + GatewayUrl string + OauthUrl string + TargetUrl string + Type string + func (in *Entry) DeepCopy() *Entry + func (in *Entry) DeepCopyInto(out *Entry) + type EnvironmentMapping struct + func (in *EnvironmentMapping) DeepCopy() *EnvironmentMapping + func (in *EnvironmentMapping) DeepCopyInto(out *EnvironmentMapping) + func (in *EnvironmentMapping) DeepCopyObject() runtime.Object + func (rem *EnvironmentMapping) GetObjectKind() schema.ObjectKind + type EnvironmentMappingList struct + Items []EnvironmentMapping + func (in *EnvironmentMappingList) DeepCopy() *EnvironmentMappingList + func (in *EnvironmentMappingList) DeepCopyInto(out *EnvironmentMappingList) + func (in *EnvironmentMappingList) DeepCopyObject() runtime.Object + type EventActivation struct + Spec EventActivationSpec + func (in *EventActivation) DeepCopy() *EventActivation + func (in *EventActivation) DeepCopyInto(out *EventActivation) + func (in *EventActivation) DeepCopyObject() runtime.Object + type EventActivationList struct + Items []EventActivation + func (in *EventActivationList) DeepCopy() *EventActivationList + func (in *EventActivationList) DeepCopyInto(out *EventActivationList) + func (in *EventActivationList) DeepCopyObject() runtime.Object + type EventActivationSpec struct + DisplayName string + Source Source + func (in *EventActivationSpec) DeepCopy() *EventActivationSpec + func (in *EventActivationSpec) DeepCopyInto(out *EventActivationSpec) + type REStatus struct + Conditions []ReCondition + func (in *REStatus) DeepCopy() *REStatus + func (in *REStatus) DeepCopyInto(out *REStatus) + type ReCondition struct + LastTransitionTime metav1.Time + Message string + Reason string + Status ConditionStatus + Type ReConditionType + func (in *ReCondition) DeepCopy() *ReCondition + func (in *ReCondition) DeepCopyInto(out *ReCondition) + type ReConditionType string + const Stage1Done + const Stage2Done + const Stage3Done + type RemoteEnvironment struct + Spec RemoteEnvironmentSpec + Status REStatus + func (in *RemoteEnvironment) DeepCopy() *RemoteEnvironment + func (in *RemoteEnvironment) DeepCopyInto(out *RemoteEnvironment) + func (in *RemoteEnvironment) DeepCopyObject() runtime.Object + func (pw *RemoteEnvironment) GetObjectKind() schema.ObjectKind + type RemoteEnvironmentList struct + Items []RemoteEnvironment + func (in *RemoteEnvironmentList) DeepCopy() *RemoteEnvironmentList + func (in *RemoteEnvironmentList) DeepCopyInto(out *RemoteEnvironmentList) + func (in *RemoteEnvironmentList) DeepCopyObject() runtime.Object + type RemoteEnvironmentSpec struct + AccessLabel string + Description string + Services []Service + Source Source + func (in *RemoteEnvironmentSpec) DeepCopy() *RemoteEnvironmentSpec + func (in *RemoteEnvironmentSpec) DeepCopyInto(out *RemoteEnvironmentSpec) + type Service struct + DisplayName string + Entries []Entry + ID string + LongDescription string + ProviderDisplayName string + Tags []string + func (in *Service) DeepCopy() *Service + func (in *Service) DeepCopyInto(out *Service) + type Source struct + Environment string + Namespace string + Type string + func (in *Source) DeepCopy() *Source + func (in *Source) DeepCopyInto(out *Source)