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 EnvPrefix struct + Name string + func (in *EnvPrefix) DeepCopy() *EnvPrefix + func (in *EnvPrefix) DeepCopyInto(out *EnvPrefix) + type LocalReferenceByKindAndName struct + Kind string + Name string + func (in *LocalReferenceByKindAndName) DeepCopy() *LocalReferenceByKindAndName + func (in *LocalReferenceByKindAndName) DeepCopyInto(out *LocalReferenceByKindAndName) + type LocalReferenceByName struct + Name string + func (in *LocalReferenceByName) DeepCopy() *LocalReferenceByName + func (in *LocalReferenceByName) DeepCopyInto(out *LocalReferenceByName) + type Parameters struct + EnvPrefix *EnvPrefix + func (in *Parameters) DeepCopy() *Parameters + func (in *Parameters) DeepCopyInto(out *Parameters) + type ResourceReference struct + Group string + Kind string + Version string + func (in *ResourceReference) DeepCopy() *ResourceReference + func (in *ResourceReference) DeepCopyInto(out *ResourceReference) + type ServiceBindingUsage struct + Spec ServiceBindingUsageSpec + Status ServiceBindingUsageStatus + func (in *ServiceBindingUsage) DeepCopy() *ServiceBindingUsage + func (in *ServiceBindingUsage) DeepCopyInto(out *ServiceBindingUsage) + func (in *ServiceBindingUsage) DeepCopyObject() runtime.Object + func (pw *ServiceBindingUsage) GetObjectKind() schema.ObjectKind + type ServiceBindingUsageCondition struct + LastTransitionTime metav1.Time + LastUpdateTime metav1.Time + Message string + Reason string + Status ConditionStatus + Type ServiceBindingUsageConditionType + func (in *ServiceBindingUsageCondition) DeepCopy() *ServiceBindingUsageCondition + func (in *ServiceBindingUsageCondition) DeepCopyInto(out *ServiceBindingUsageCondition) + type ServiceBindingUsageConditionType string + const ServiceBindingUsageReady + type ServiceBindingUsageList struct + Items []ServiceBindingUsage + func (in *ServiceBindingUsageList) DeepCopy() *ServiceBindingUsageList + func (in *ServiceBindingUsageList) DeepCopyInto(out *ServiceBindingUsageList) + func (in *ServiceBindingUsageList) DeepCopyObject() runtime.Object + type ServiceBindingUsageSpec struct + Parameters *Parameters + ServiceBindingRef LocalReferenceByName + UsedBy LocalReferenceByKindAndName + func (in *ServiceBindingUsageSpec) DeepCopy() *ServiceBindingUsageSpec + func (in *ServiceBindingUsageSpec) DeepCopyInto(out *ServiceBindingUsageSpec) + type ServiceBindingUsageStatus struct + Conditions []ServiceBindingUsageCondition + func (in *ServiceBindingUsageStatus) DeepCopy() *ServiceBindingUsageStatus + func (in *ServiceBindingUsageStatus) DeepCopyInto(out *ServiceBindingUsageStatus) + type UsageKind struct + Spec UsageKindSpec + func (in *UsageKind) DeepCopy() *UsageKind + func (in *UsageKind) DeepCopyInto(out *UsageKind) + func (in *UsageKind) DeepCopyObject() runtime.Object + type UsageKindList struct + Items []UsageKind + func (in *UsageKindList) DeepCopy() *UsageKindList + func (in *UsageKindList) DeepCopyInto(out *UsageKindList) + func (in *UsageKindList) DeepCopyObject() runtime.Object + type UsageKindSpec struct + DisplayName string + LabelsPath string + Resource *ResourceReference + func (in *UsageKindSpec) DeepCopy() *UsageKindSpec + func (in *UsageKindSpec) DeepCopyInto(out *UsageKindSpec)