Method: Zilla::IoK8sApiAppsV1DaemonSetList#valid?

Defined in:
lib/zilla/models/io_k8s_api_apps_v1_daemon_set_list.rb

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



102
103
104
105
106
# File 'lib/zilla/models/io_k8s_api_apps_v1_daemon_set_list.rb', line 102

def valid?
  return false if @items.nil?

  true
end