Documentation ¶
Index ¶
- Constants
- type Asset
- type AssetPhaseType
- type AssetStatus
- type ClusterAsset
- type ClusterDocsTopic
- type ClusterServiceClass
- type ClusterServicePlan
- type DocsTopic
- type DocsTopicPhaseType
- type DocsTopicStatus
- type File
- type LocalObjectReference
- type Secret
- type ServiceBinding
- type ServiceBindingStats
- type ServiceBindingStatus
- type ServiceBindingStatusType
- type ServiceBindingUsage
- type ServiceBindingUsageStatus
- type ServiceBindingUsageStatusType
- type ServiceBindings
- type ServiceClass
- type ServiceInstance
- type ServiceInstanceResourceRef
- type ServiceInstanceStatus
- type ServicePlan
Constants ¶
View Source
const (
ServiceInstanceStatusTypeRunning = "RUNNING"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssetPhaseType ¶
type AssetPhaseType string
const (
AssetPhaseTypeReady AssetPhaseType = "READY"
)
type AssetStatus ¶
type AssetStatus struct { Phase AssetPhaseType `json:"phase"` Reason string `json:"reason"` Message string `json:"message"` }
type ClusterAsset ¶
type ClusterAsset struct { Name string `json:"name"` Metadata map[string]interface{} `json:"metadata"` Type string `json:"type"` Files []File `json:"files"` Status AssetStatus `json:"status"` }
type ClusterDocsTopic ¶
type ClusterDocsTopic struct { Name string `json:"name"` GroupName string `json:"groupName"` DisplayName string `json:"displayName"` Description string `json:"description"` Assets []ClusterAsset `json:"assets"` Status DocsTopicStatus `json:"status"` }
type ClusterServiceClass ¶
type ClusterServiceClass struct { Name string ExternalName string DisplayName string CreationTimestamp int Description string LongDescription string ImageUrl string DocumentationUrl string SupportUrl string ProviderDisplayName string Tags []string Activated bool Plans []ClusterServicePlan ClusterDocsTopic ClusterDocsTopic // contains filtered or unexported fields }
type ClusterServicePlan ¶
type DocsTopicPhaseType ¶
type DocsTopicPhaseType string
const (
DocsTopicPhaseTypeReady DocsTopicPhaseType = "READY"
)
type DocsTopicStatus ¶
type DocsTopicStatus struct { Phase DocsTopicPhaseType `json:"phase"` Reason string `json:"reason"` Message string `json:"message"` }
type LocalObjectReference ¶
type ServiceBinding ¶
type ServiceBinding struct { Name string ServiceInstanceName string Namespace string Secret Secret Status ServiceBindingStatus }
type ServiceBindingStats ¶
type ServiceBindingStatus ¶
type ServiceBindingStatus struct {
Type ServiceBindingStatusType
}
type ServiceBindingStatusType ¶
type ServiceBindingStatusType string
const (
ServiceBindingStatusTypeReady ServiceBindingStatusType = "READY"
)
type ServiceBindingUsage ¶
type ServiceBindingUsage struct { Name string Namespace string ServiceBinding ServiceBinding UsedBy LocalObjectReference Status ServiceBindingUsageStatus }
type ServiceBindingUsageStatus ¶
type ServiceBindingUsageStatus struct {
Type ServiceBindingUsageStatusType
}
type ServiceBindingUsageStatusType ¶
type ServiceBindingUsageStatusType string
const (
ServiceBindingUsageStatusTypeUnknown ServiceBindingUsageStatusType = "UNKNOWN"
)
type ServiceBindings ¶
type ServiceBindings struct { Items []ServiceBinding Stats ServiceBindingStats }
type ServiceClass ¶
type ServiceClass struct { Name string Namespace string ExternalName string DisplayName string CreationTimestamp int Description string LongDescription string ImageUrl string DocumentationUrl string SupportUrl string ProviderDisplayName string Tags []string Activated bool Plans []ServicePlan DocsTopic DocsTopic // contains filtered or unexported fields }
type ServiceInstance ¶
type ServiceInstance struct { Name string Namespace string ClassReference ServiceInstanceResourceRef PlanReference ServiceInstanceResourceRef PlanSpec map[string]interface{} ClusterServicePlan ClusterServicePlan ClusterServiceClass ClusterServiceClass ServicePlan ServicePlan ServiceClass ServiceClass CreationTimestamp int Labels []string Status ServiceInstanceStatus ServiceBindings ServiceBindings ServiceBindingUsages []ServiceBindingUsage Bindable bool }
type ServiceInstanceStatus ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.