Versions in this module Expand all Collapse all v0 v0.3.0 Sep 18, 2019 Changes in this version + const Group + const Version + var KubernetesApplicationGroupVersionKind = SchemeGroupVersion.WithKind(KubernetesApplicationKind) + var KubernetesApplicationKind = reflect.TypeOf(KubernetesApplication{}).Name() + var KubernetesApplicationKindAPIVersion = KubernetesApplicationKind + "." + SchemeGroupVersion.String() + var KubernetesApplicationResourceGroupVersionKind = SchemeGroupVersion.WithKind(KubernetesApplicationResourceKind) + var KubernetesApplicationResourceKind = reflect.TypeOf(KubernetesApplicationResource{}).Name() + var KubernetesApplicationResourceKindAPIVersion = KubernetesApplicationResourceKind + "." + SchemeGroupVersion.String() + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = schema.GroupVersion + type KubernetesApplication struct + Spec KubernetesApplicationSpec + Status KubernetesApplicationStatus + func (in *KubernetesApplication) DeepCopy() *KubernetesApplication + func (in *KubernetesApplication) DeepCopyInto(out *KubernetesApplication) + func (in *KubernetesApplication) DeepCopyObject() runtime.Object + type KubernetesApplicationList struct + Items []KubernetesApplication + func (in *KubernetesApplicationList) DeepCopy() *KubernetesApplicationList + func (in *KubernetesApplicationList) DeepCopyInto(out *KubernetesApplicationList) + func (in *KubernetesApplicationList) DeepCopyObject() runtime.Object + type KubernetesApplicationResource struct + Spec KubernetesApplicationResourceSpec + Status KubernetesApplicationResourceStatus + func (in *KubernetesApplicationResource) DeepCopy() *KubernetesApplicationResource + func (in *KubernetesApplicationResource) DeepCopyInto(out *KubernetesApplicationResource) + func (in *KubernetesApplicationResource) DeepCopyObject() runtime.Object + type KubernetesApplicationResourceList struct + Items []KubernetesApplicationResource + func (in *KubernetesApplicationResourceList) DeepCopy() *KubernetesApplicationResourceList + func (in *KubernetesApplicationResourceList) DeepCopyInto(out *KubernetesApplicationResourceList) + func (in *KubernetesApplicationResourceList) DeepCopyObject() runtime.Object + type KubernetesApplicationResourceSpec struct + Secrets []corev1.LocalObjectReference + Template *unstructured.Unstructured + func (in *KubernetesApplicationResourceSpec) DeepCopy() *KubernetesApplicationResourceSpec + func (in *KubernetesApplicationResourceSpec) DeepCopyInto(out *KubernetesApplicationResourceSpec) + type KubernetesApplicationResourceState string + const KubernetesApplicationResourceStateFailed + const KubernetesApplicationResourceStatePending + const KubernetesApplicationResourceStateScheduled + const KubernetesApplicationResourceStateSubmitted + const KubernetesApplicationResourceStateUnknown + type KubernetesApplicationResourceStatus struct + Cluster *corev1.ObjectReference + Remote *RemoteStatus + State KubernetesApplicationResourceState + func (in *KubernetesApplicationResourceStatus) DeepCopy() *KubernetesApplicationResourceStatus + func (in *KubernetesApplicationResourceStatus) DeepCopyInto(out *KubernetesApplicationResourceStatus) + type KubernetesApplicationResourceTemplate struct + Spec KubernetesApplicationResourceSpec + func (in *KubernetesApplicationResourceTemplate) DeepCopy() *KubernetesApplicationResourceTemplate + func (in *KubernetesApplicationResourceTemplate) DeepCopyInto(out *KubernetesApplicationResourceTemplate) + type KubernetesApplicationSpec struct + ClusterSelector *metav1.LabelSelector + ResourceSelector *metav1.LabelSelector + ResourceTemplates []KubernetesApplicationResourceTemplate + func (in *KubernetesApplicationSpec) DeepCopy() *KubernetesApplicationSpec + func (in *KubernetesApplicationSpec) DeepCopyInto(out *KubernetesApplicationSpec) + type KubernetesApplicationState string + const KubernetesApplicationStateFailed + const KubernetesApplicationStatePartial + const KubernetesApplicationStatePending + const KubernetesApplicationStateScheduled + const KubernetesApplicationStateSubmitted + const KubernetesApplicationStateUnknown + type KubernetesApplicationStatus struct + Cluster *corev1.ObjectReference + DesiredResources int + State KubernetesApplicationState + SubmittedResources int + func (in *KubernetesApplicationStatus) DeepCopy() *KubernetesApplicationStatus + func (in *KubernetesApplicationStatus) DeepCopyInto(out *KubernetesApplicationStatus) + type RemoteStatus struct + Raw json.RawMessage + func (in *RemoteStatus) DeepCopy() *RemoteStatus + func (in *RemoteStatus) DeepCopyInto(out *RemoteStatus) + func (s *RemoteStatus) UnmarshalJSON(data []byte) error + func (s RemoteStatus) MarshalJSON() ([]byte, error)