Field | Type | Description |
---|---|---|
apiVersion |
string | aws.kubeform.com/v1alpha1 |
kind |
string | MskCluster |
metadata |
Kubernetes meta/v1.ObjectMeta | Refer to the Kubernetes API documentation for the fields of the metadata field. |
spec |
MskClusterSpec | |
status |
MskClusterStatus |
Field | Type | Description |
---|---|---|
providerRef |
Kubernetes core/v1.LocalObjectReference | |
id |
string | |
arn |
string | (Optional) |
bootstrapBrokers |
string | (Optional) |
bootstrapBrokersTls |
string | (Optional) |
brokerNodeGroupInfo |
[]MskClusterSpecBrokerNodeGroupInfo | |
clientAuthentication |
[]MskClusterSpecClientAuthentication | (Optional) |
clusterName |
string | |
configurationInfo |
[]MskClusterSpecConfigurationInfo | (Optional) |
currentVersion |
string | (Optional) |
encryptionInfo |
[]MskClusterSpecEncryptionInfo | (Optional) |
enhancedMonitoring |
string | (Optional) |
kafkaVersion |
string | |
numberOfBrokerNodes |
int | |
tags |
map[string]string | (Optional) |
zookeeperConnectString |
string | (Optional) |
Field | Type | Description |
---|---|---|
azDistribution |
string | (Optional) |
clientSubnets |
[]string | |
ebsVolumeSize |
int | |
instanceType |
string | |
securityGroups |
[]string |
Field | Type | Description |
---|---|---|
tls |
[]MskClusterSpecClientAuthenticationTls | (Optional) |
Field | Type | Description |
---|---|---|
certificateAuthorityArns |
[]string | (Optional) |
Field | Type | Description |
---|---|---|
arn |
string | |
revision |
int |
Field | Type | Description |
---|---|---|
encryptionAtRestKmsKeyArn |
string | (Optional) |
encryptionInTransit |
[]MskClusterSpecEncryptionInfoEncryptionInTransit | (Optional) |
Field | Type | Description |
---|---|---|
clientBroker |
string | (Optional) |
inCluster |
bool | (Optional) |
Field | Type | Description |
---|---|---|
observedGeneration |
int64 | (Optional) Resource generation, which is updated on mutation by the API Server. |
output |
MskClusterSpec | (Optional) |
state |
kubeform.dev/kubeform/apis.State | (Optional) |