Versions in this module Expand all Collapse all v0 v0.9.0 Sep 7, 2023 v0.8.0 Apr 17, 2023 Changes in this version + const AWSCredentialType + const BaseUrl + const ConnectorDeploymentReplicasAnnotation + const ConnectorNetworkHostDomainAnnotation + const ConnectorServicePortAnnotation + const ConnectorServiceTypeAnnotation + const CoreComponentControllerReplicasAnnotation + const CoreComponentControllerResourceLimitsCpuAnnotation + const CoreComponentControllerResourceLimitsMemAnnotation + const CoreComponentControllerSegmentCapacityAnnotation + const CoreComponentControllerSvcPortAnnotation + const CoreComponentEtcdPortClientAnnotation + const CoreComponentEtcdPortPeerAnnotation + const CoreComponentEtcdReplicasAnnotation + const CoreComponentEtcdResourceLimitsCpuAnnotation + const CoreComponentEtcdResourceLimitsMemAnnotation + const CoreComponentEtcdStorageClassAnnotation + const CoreComponentEtcdStorageSizeAnnotation + const CoreComponentGatewayNodePortCloudEventsAnnotation + const CoreComponentGatewayNodePortProxyAnnotation + const CoreComponentGatewayPortCloudEventsAnnotation + const CoreComponentGatewayPortProxyAnnotation + const CoreComponentGatewayReplicasAnnotation + const CoreComponentGatewayResourceLimitsCpuAnnotation + const CoreComponentGatewayResourceLimitsMemAnnotation + const CoreComponentImagePullPolicyAnnotation + const CoreComponentRootControllerSvcPortAnnotation + const CoreComponentStoreReplicasAnnotation + const CoreComponentStoreResourceLimitsCpuAnnotation + const CoreComponentStoreResourceLimitsMemAnnotation + const CoreComponentStoreStorageClassAnnotation + const CoreComponentStoreStorageSizeAnnotation + const CoreComponentTimerReplicasAnnotation + const CoreComponentTimerResourceLimitsCpuAnnotation + const CoreComponentTimerResourceLimitsMemAnnotation + const CoreComponentTimerTimingWheelLayersAnnotation + const CoreComponentTimerTimingWheelSizeAnnotation + const CoreComponentTimerTimingWheelTickAnnotation + const CoreComponentTriggerReplicasAnnotation + const CoreComponentTriggerResourceLimitsCpuAnnotation + const CoreComponentTriggerResourceLimitsMemAnnotation + const DNS1123SubdomainMaxLength + const DefaultImagePullPolicy + const DefaultInitialVersion + const DefaultOperatorPort + const DefaultResourceLimitsCpu + const DefaultResourceLimitsMem + const FormatJSON + const GCloudCredentialType + const HttpPrefix + const RespCodeOK + func DestroyGatewayClient() + func Error(err error) string + func InitGatewayClient(cmd *cobra.Command) + func IsDNS1123Subdomain(value string) bool + func IsFormatJSON(cmd *cobra.Command) bool + func LoadConfig(filename string, config interface{}) error + func NewClusterCommand() *cobra.Command + func NewConnectorCommand() *cobra.Command + func NewEventCommand() *cobra.Command + func NewEventbusCommand() *cobra.Command + func NewNamespaceCommand() *cobra.Command + func NewPermissionCommand() *cobra.Command + func NewSubscriptionCommand() *cobra.Command + func NewTokenCommand() *cobra.Command + func NewUserCommand() *cobra.Command + type ClusterCreate struct + Annotations map[string]string + Version string + type ClusterDelete struct + Force *bool + type ClusterInfo struct + Status string + Version string + type ClusterOKBody struct + Code *int32 + Data *ClusterInfo + Message *string + type ClusterPatch struct + Annotations map[string]string + Version string + type ClusterSpec struct + Controller *Controller + Etcd *Etcd + Gateway *Gateway + ImagePullPolicy *string + Store *Store + Timer *Timer + Trigger *Trigger + Version *string + type ConnectorCreate struct + Annotations map[string]string + Config map[string]interface{} + Kind string + Name string + Type string + Version string + type ConnectorDelete struct + Force *bool + type ConnectorInfo struct + Kind string + Name string + Reason string + Status string + Type string + Version string + type ConnectorOKBody struct + Code *int32 + Data *ConnectorInfo + Message *string + type ConnectorSpec struct + Kind string + Type string + Version string + type Controller struct + Ports *ControllerPorts + Replicas *int32 + Resources *Resources + SegmentCapacity *string + type ControllerPorts struct + Controller *int32 + RootController *int32 + type Etcd struct + Ports *EtcdPorts + Replicas *int32 + Resources *Resources + StorageClass *string + StorageSize *string + type EtcdPorts struct + Client *int32 + Peer *int32 + type Gateway struct + NodePorts *GatewayNodePorts + Ports *GatewayPorts + Replicas *int32 + Resources *Resources + type GatewayNodePorts struct + CloudEvents *int32 + Proxy *int32 + type GatewayPorts struct + CloudEvents *int32 + Proxy *int32 + SinkProxy *int32 + type GlobalFlags struct + ConfigFile string + Debug bool + Endpoint string + Format string + OperatorEndpoint string + Token string + type ListConnectorOKBody struct + Code *int32 + Data []*ConnectorInfo + Message *string + type QueryOutput struct + Event string + Eventlog string + Offset int64 + type Resources struct + LimitsCpu *string + LimitsMem *string + type Store struct + Replicas *int32 + Resources *Resources + StorageClass *string + StorageSize *string + type Timer struct + Replicas *int32 + Resources *Resources + TimingWheel *TimingWheel + type TimingWheel struct + Layers *int32 + Size *int32 + Tick *int32 + type Trigger struct + Replicas *int32 + Resources *Resources