diff --git a/docs/apireference/build/index.html b/docs/apireference/build/index.html index dca80c5386..603cb3d5a8 100644 --- a/docs/apireference/build/index.html +++ b/docs/apireference/build/index.html @@ -11,7 +11,7 @@ - +

kops

@@ -94,6 +94,10 @@ Appears In: +additionalNetworkCIDRs
string array +AdditionalNetworkCIDRs is a list of aditional CIDR used for the AWS VPC or otherwise allocated to k8s. This is a real CIDR, not the internal k8s network On AWS, it maps to any aditional CIDRs added to a VPC. + + additionalPolicies
object Additional policies to add for roles @@ -712,6 +716,44 @@ Appears In:
  • AuthorizationSpec kops/v1alpha2
  • + + + + + + + + + + + + +
    FieldDescription
    +

    AmazonVPCNetworkingSpec v1alpha2 kops

    + + + + + + + + + + + + + + + +
    GroupVersionKind
    kopsv1alpha2AmazonVPCNetworkingSpec
    +

    AmazonVPCNetworkingSpec declares that we want Amazon VPC CNI networking

    + + @@ -2337,6 +2379,10 @@ Appears In: + + + + @@ -2438,23 +2484,31 @@ Appears In: - + - + - + + + + + - + - + + + + + @@ -2936,6 +2990,10 @@ Appears In: + + + + @@ -3240,6 +3298,7 @@ Appears In:
    APIServerCount is the number of api servers
    auditLogFormat
    string
    AuditLogFormat flag specifies the format type for audit log files.
    auditLogMaxAge
    integer
    The maximum number of days to retain old audit log files based on the timestamp encoded in their filename.
    oidcCAFile
    string
    If set, the OpenID server's certificate will be verified by one of the authorities in the oidc-ca-fileOIDCCAFile if set, the OpenID server's certificate will be verified by one of the authorities in the oidc-ca-file
    oidcClientID
    string
    The client ID for the OpenID Connect client, must be set if oidc-issuer-url is set.OIDCClientID is the client ID for the OpenID Connect client, must be set if oidc-issuer-url is set.
    oidcGroupsClaim
    string
    If provided, the name of a custom OpenID Connect claim for specifying user groups. The claim value is expected to be a string or array of strings.OIDCGroupsClaim if provided, the name of a custom OpenID Connect claim for specifying user groups. The claim value is expected to be a string or array of strings.
    oidcGroupsPrefix
    string
    OIDCGroupsPrefix is the prefix prepended to group claims to prevent clashes with existing names (such as 'system:' groups)
    oidcIssuerURL
    string
    The URL of the OpenID issuer, only HTTPS scheme will be accepted. If set, it will be used to verify the OIDC JSON Web Token (JWT).OIDCIssuerURL is the URL of the OpenID issuer, only HTTPS scheme will be accepted. If set, it will be used to verify the OIDC JSON Web Token (JWT).
    oidcUsernameClaim
    string
    The OpenID claim to use as the user name. Note that claims other than the default ('sub') is not guaranteed to be unique and immutable.OIDCUsernameClaim is the OpenID claim to use as the user name. Note that claims other than the default ('sub') is not guaranteed to be unique and immutable.
    oidcUsernamePrefix
    string
    OIDCUsernamePrefix is the prefix prepended to username claims to prevent clashes with existing names (such as 'system:' users).
    proxyClientCertFile
    string
    ImageGCLowThresholdPercent is the percent of disk usage before which image garbage collection is never run. Lowest disk usage to garbage collect to.
    imagePullProgressDeadline
    Duration
    ImagePullProgressDeadline is the timeout for image pulls If no pulling progress is made before this deadline, the image pulling will be cancelled. (default 1m0s)
    kubeReserved
    object
    Resource reservation for kubernetes system daemons like the kubelet, container runtime, node problem detector, etc.
    +

    LoadBalancerAccessSpec provides configuration details related to API LoadBalancer and its access