Class: Ansible::Ruby::Modules::Oc

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/clustering/openshift/oc.rb

Overview

This module allows management of resources in an OpenShift cluster. The inventory host can be any host with network connectivity to the OpenShift cluster; the default port being 8443/TCP. This module relies on a token to authenticate to OpenShift. This can either be a user or a service account.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#hostString?



13
# File 'lib/ansible/ruby/modules/generated/clustering/openshift/oc.rb', line 13

attribute :host

#inlineHash?



21
# File 'lib/ansible/ruby/modules/generated/clustering/openshift/oc.rb', line 21

attribute :inline

#kindString



25
# File 'lib/ansible/ruby/modules/generated/clustering/openshift/oc.rb', line 25

attribute :kind

#nameString?



29
# File 'lib/ansible/ruby/modules/generated/clustering/openshift/oc.rb', line 29

attribute :name

#namespaceString?



33
# File 'lib/ansible/ruby/modules/generated/clustering/openshift/oc.rb', line 33

attribute :namespace

#portInteger?



17
# File 'lib/ansible/ruby/modules/generated/clustering/openshift/oc.rb', line 17

attribute :port

#state:present, :absent



45
# File 'lib/ansible/ruby/modules/generated/clustering/openshift/oc.rb', line 45

attribute :state

#tokenString



37
# File 'lib/ansible/ruby/modules/generated/clustering/openshift/oc.rb', line 37

attribute :token

#validate_certsBoolean?



41
# File 'lib/ansible/ruby/modules/generated/clustering/openshift/oc.rb', line 41

attribute :validate_certs