Versions in this module Expand all Collapse all v0 v0.2.1 Aug 31, 2019 v0.2.0 Aug 30, 2019 Changes in this version + const APIServerStatusReady + const AuthTypeBasic + const AuthTypeOAuth + const AuthTypeOIDC + const AuthTypeToken + const ComplianceStatusReady + const IntrusionDetectionStatusReady + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = schema.GroupVersion + func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition + func RegisterDefaults(scheme *runtime.Scheme) error + type APIServer struct + Spec APIServerSpec + Status APIServerStatus + func (in *APIServer) DeepCopy() *APIServer + func (in *APIServer) DeepCopyInto(out *APIServer) + func (in *APIServer) DeepCopyObject() runtime.Object + type APIServerList struct + Items []APIServer + func (in *APIServerList) DeepCopy() *APIServerList + func (in *APIServerList) DeepCopyInto(out *APIServerList) + func (in *APIServerList) DeepCopyObject() runtime.Object + type APIServerSpec struct + func (in *APIServerSpec) DeepCopy() *APIServerSpec + func (in *APIServerSpec) DeepCopyInto(out *APIServerSpec) + type APIServerStatus struct + State string + func (in *APIServerStatus) DeepCopy() *APIServerStatus + func (in *APIServerStatus) DeepCopyInto(out *APIServerStatus) + type Auth struct + Authority string + ClientID string + Type AuthType + func (in *Auth) DeepCopy() *Auth + func (in *Auth) DeepCopyInto(out *Auth) + type AuthType string + type CNISpec struct + ExtraEnv []v1.EnvVar + ExtraVolumeMounts []v1.VolumeMount + ExtraVolumes []v1.Volume + func (in *CNISpec) DeepCopy() *CNISpec + func (in *CNISpec) DeepCopyInto(out *CNISpec) + type Compliance struct + Spec ComplianceSpec + Status ComplianceStatus + func (in *Compliance) DeepCopy() *Compliance + func (in *Compliance) DeepCopyInto(out *Compliance) + func (in *Compliance) DeepCopyObject() runtime.Object + type ComplianceList struct + Items []Compliance + func (in *ComplianceList) DeepCopy() *ComplianceList + func (in *ComplianceList) DeepCopyInto(out *ComplianceList) + func (in *ComplianceList) DeepCopyObject() runtime.Object + type ComplianceSpec struct + func (in *ComplianceSpec) DeepCopy() *ComplianceSpec + func (in *ComplianceSpec) DeepCopyInto(out *ComplianceSpec) + type ComplianceStatus struct + State string + func (in *ComplianceStatus) DeepCopy() *ComplianceStatus + func (in *ComplianceStatus) DeepCopyInto(out *ComplianceStatus) + type ComponentsSpec struct + CNI CNISpec + KubeControllers KubeControllersSpec + Node NodeSpec + func (in *ComponentsSpec) DeepCopy() *ComponentsSpec + func (in *ComponentsSpec) DeepCopyInto(out *ComponentsSpec) + type ConditionStatus string + const ConditionFalse + const ConditionTrue + const ConditionUnknown + type Console struct + Spec ConsoleSpec + Status ConsoleStatus + func (in *Console) DeepCopy() *Console + func (in *Console) DeepCopyInto(out *Console) + func (in *Console) DeepCopyObject() runtime.Object + type ConsoleList struct + Items []Console + func (in *ConsoleList) DeepCopy() *ConsoleList + func (in *ConsoleList) DeepCopyInto(out *ConsoleList) + func (in *ConsoleList) DeepCopyObject() runtime.Object + type ConsoleSpec struct + Auth *Auth + func (in *ConsoleSpec) DeepCopy() *ConsoleSpec + func (in *ConsoleSpec) DeepCopyInto(out *ConsoleSpec) + type ConsoleStatus struct + Auth *Auth + func (in *ConsoleStatus) DeepCopy() *ConsoleStatus + func (in *ConsoleStatus) DeepCopyInto(out *ConsoleStatus) + type ElasticConfig struct + Endpoint string + func (in *ElasticConfig) DeepCopy() *ElasticConfig + func (in *ElasticConfig) DeepCopyInto(out *ElasticConfig) + type IPPool struct + CIDR string + func (in *IPPool) DeepCopy() *IPPool + func (in *IPPool) DeepCopyInto(out *IPPool) + type Installation struct + Spec InstallationSpec + Status InstallationStatus + func (in *Installation) DeepCopy() *Installation + func (in *Installation) DeepCopyInto(out *Installation) + func (in *Installation) DeepCopyObject() runtime.Object + type InstallationList struct + Items []Installation + func (in *InstallationList) DeepCopy() *InstallationList + func (in *InstallationList) DeepCopyInto(out *InstallationList) + func (in *InstallationList) DeepCopyObject() runtime.Object + type InstallationSpec struct + CNIBinDir string + CNINetDir string + Components ComponentsSpec + IPPools []IPPool + ImagePullSecrets []v1.LocalObjectReference + Registry string + Variant ProductVariant + func (in *InstallationSpec) DeepCopy() *InstallationSpec + func (in *InstallationSpec) DeepCopyInto(out *InstallationSpec) + type InstallationStatus struct + Variant ProductVariant + func (in *InstallationStatus) DeepCopy() *InstallationStatus + func (in *InstallationStatus) DeepCopyInto(out *InstallationStatus) + type IntrusionDetection struct + Spec IntrusionDetectionSpec + Status IntrusionDetectionStatus + func (in *IntrusionDetection) DeepCopy() *IntrusionDetection + func (in *IntrusionDetection) DeepCopyInto(out *IntrusionDetection) + func (in *IntrusionDetection) DeepCopyObject() runtime.Object + type IntrusionDetectionList struct + Items []IntrusionDetection + func (in *IntrusionDetectionList) DeepCopy() *IntrusionDetectionList + func (in *IntrusionDetectionList) DeepCopyInto(out *IntrusionDetectionList) + func (in *IntrusionDetectionList) DeepCopyObject() runtime.Object + type IntrusionDetectionSpec struct + func (in *IntrusionDetectionSpec) DeepCopy() *IntrusionDetectionSpec + func (in *IntrusionDetectionSpec) DeepCopyInto(out *IntrusionDetectionSpec) + type IntrusionDetectionStatus struct + State string + func (in *IntrusionDetectionStatus) DeepCopy() *IntrusionDetectionStatus + func (in *IntrusionDetectionStatus) DeepCopyInto(out *IntrusionDetectionStatus) + type KibanaConfig struct + Endpoint string + func (in *KibanaConfig) DeepCopy() *KibanaConfig + func (in *KibanaConfig) DeepCopyInto(out *KibanaConfig) + type KubeControllersSpec struct + ExtraEnv []v1.EnvVar + ExtraVolumeMounts []v1.VolumeMount + ExtraVolumes []v1.Volume + Resources v1.ResourceRequirements + Tolerations []v1.Toleration + func (in *KubeControllersSpec) DeepCopy() *KubeControllersSpec + func (in *KubeControllersSpec) DeepCopyInto(out *KubeControllersSpec) + type MonitoringConfiguration struct + Spec MonitoringConfigurationSpec + Status MonitoringConfigurationStatus + func (in *MonitoringConfiguration) DeepCopy() *MonitoringConfiguration + func (in *MonitoringConfiguration) DeepCopyInto(out *MonitoringConfiguration) + func (in *MonitoringConfiguration) DeepCopyObject() runtime.Object + type MonitoringConfigurationList struct + Items []MonitoringConfiguration + func (in *MonitoringConfigurationList) DeepCopy() *MonitoringConfigurationList + func (in *MonitoringConfigurationList) DeepCopyInto(out *MonitoringConfigurationList) + func (in *MonitoringConfigurationList) DeepCopyObject() runtime.Object + type MonitoringConfigurationSpec struct + ClusterName string + Elasticsearch *ElasticConfig + Kibana *KibanaConfig + func (in *MonitoringConfigurationSpec) DeepCopy() *MonitoringConfigurationSpec + func (in *MonitoringConfigurationSpec) DeepCopyInto(out *MonitoringConfigurationSpec) + type MonitoringConfigurationStatus struct + func (in *MonitoringConfigurationStatus) DeepCopy() *MonitoringConfigurationStatus + func (in *MonitoringConfigurationStatus) DeepCopyInto(out *MonitoringConfigurationStatus) + type NodeSpec struct + ExtraEnv []v1.EnvVar + ExtraVolumeMounts []v1.VolumeMount + ExtraVolumes []v1.Volume + MaxUnavailable *intstr.IntOrString + Resources v1.ResourceRequirements + Tolerations []v1.Toleration + func (in *NodeSpec) DeepCopy() *NodeSpec + func (in *NodeSpec) DeepCopyInto(out *NodeSpec) + type ProductVariant string + var Calico ProductVariant = "Calico" + var TigeraSecureEnterprise ProductVariant = "TigeraSecureEnterprise" + type StatusConditionType string + const ComponentAvailable + const ComponentDegraded + const ComponentProgressing + type TigeraStatus struct + Spec TigeraStatusSpec + Status TigeraStatusStatus + func (in *TigeraStatus) DeepCopy() *TigeraStatus + func (in *TigeraStatus) DeepCopyInto(out *TigeraStatus) + func (in *TigeraStatus) DeepCopyObject() runtime.Object + type TigeraStatusCondition struct + LastTransitionTime metav1.Time + Message string + Reason string + Status ConditionStatus + Type StatusConditionType + func (in *TigeraStatusCondition) DeepCopy() *TigeraStatusCondition + func (in *TigeraStatusCondition) DeepCopyInto(out *TigeraStatusCondition) + type TigeraStatusList struct + Items []TigeraStatus + func (in *TigeraStatusList) DeepCopy() *TigeraStatusList + func (in *TigeraStatusList) DeepCopyInto(out *TigeraStatusList) + func (in *TigeraStatusList) DeepCopyObject() runtime.Object + type TigeraStatusSpec struct + func (in *TigeraStatusSpec) DeepCopy() *TigeraStatusSpec + func (in *TigeraStatusSpec) DeepCopyInto(out *TigeraStatusSpec) + type TigeraStatusStatus struct + Conditions []TigeraStatusCondition + func (in *TigeraStatusStatus) DeepCopy() *TigeraStatusStatus + func (in *TigeraStatusStatus) DeepCopyInto(out *TigeraStatusStatus)