Skip to content

Commit

Permalink
vendor: add MachineConfig type
Browse files Browse the repository at this point in the history
adds package `github.com/openshift/machine-config-operator/pkg/apis/machineconfiguration.openshift.io/v1` to get `MachineConfig`
  • Loading branch information
abhinavdahiya committed Jan 30, 2019
1 parent 87f5c3d commit bbf866c
Show file tree
Hide file tree
Showing 82 changed files with 7,705 additions and 1 deletion.
32 changes: 31 additions & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,7 @@ ignored = [
branch = "master"
name = "sigs.k8s.io/cluster-api-provider-openstack"
source = "https://github.com/kubernetes-sigs/cluster-api-provider-openstack.git"

[[constraint]]
branch = "master"
name = "github.com/openshift/machine-config-operator"
53 changes: 53 additions & 0 deletions vendor/github.com/coreos/ignition/config/v1/cloudinit.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 59 additions & 0 deletions vendor/github.com/coreos/ignition/config/v1/config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions vendor/github.com/coreos/ignition/config/v1/types/config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

123 changes: 123 additions & 0 deletions vendor/github.com/coreos/ignition/config/v1/types/disk.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions vendor/github.com/coreos/ignition/config/v1/types/file.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bbf866c

Please sign in to comment.