class Kubes::Compiler::Dsl::Syntax::ServiceAccount

Public Instance Methods

default_top() click to toggle source

override superclass method - no spec

# File lib/kubes/compiler/dsl/syntax/service_account.rb, line 9
def default_top
  {
    apiVersion: apiVersion,
    kind: kind,
    metadata: metadata,
    automountServiceAccountToken: automountServiceAccountToken,
    imagePullSecrets: imagePullSecrets,
    secrets: secrets,
  }
end