class Google::Apis::ContainerV1::ClientCertificateConfig

Configuration for client certificates on the cluster.

Attributes

issue_client_certificate[RW]

Issue a client certificate. Corresponds to the JSON property `issueClientCertificate` @return [Boolean]

issue_client_certificate?[RW]

Issue a client certificate. Corresponds to the JSON property `issueClientCertificate` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/container_v1/classes.rb, line 427
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/container_v1/classes.rb, line 432
def update!(**args)
  @issue_client_certificate = args[:issue_client_certificate] if args.key?(:issue_client_certificate)
end