Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit bbe9361

Browse files
committed
Updates tests, docs and vendor
Signed-off-by: JoshVanL <[email protected]>
1 parent 2f44ecc commit bbe9361

File tree

113 files changed

+2720
-1782
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+2720
-1782
lines changed

Gopkg.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/generated/cmd/wing/wing_agent.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Options
2424
-h, --help help for agent
2525
--instance-name string this specifies the instance's name (default "$(hostname)")
2626
--manifest-url string this specifies the URL where the puppet.tar.gz can be found
27+
--pool string this specifies the instance pool the machine resides in, used as a label selector
2728
--server-url string this specifies the URL to the wing server (default "https://localhost:9443")
2829

2930
Options inherited from parent commands

docs/generated/cmd/wing/wing_server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Options
2020

2121
::
2222

23-
--admission-control strings Admission is divided into two phases. In the first phase, only mutating admission plugins run. In the second phase, only validating admission plugins run. The names in the below list may represent a validating plugin, a mutating plugin, or both. Within each phase, the plugins will run in the order in which they are passed to this flag. Comma-delimited list of: Initializers, MachineInitTime, MutatingAdmissionWebhook, NamespaceLifecycle, ValidatingAdmissionWebhook. (default [MachineInitTime])
23+
--admission-control strings Admission is divided into two phases. In the first phase, only mutating admission plugins run. In the second phase, only validating admission plugins run. The names in the below list may represent a validating plugin, a mutating plugin, or both. Within each phase, the plugins will run in the order in which they are passed to this flag. Comma-delimited list of: Initializers, MachineDeploymentInitTime, MachineInitTime, MachineSetInitTime, MutatingAdmissionWebhook, NamespaceLifecycle, ValidatingAdmissionWebhook. (default [MachineInitTime,MachineSetInitTime,MachineDeploymentInitTime])
2424
--admission-control-config-file string File with admission control configuration.
2525
--bind-address ip The IP address on which to listen for the --secure-port port. The associated interface(s) must be reachable by the rest of the cluster, and by CLI/web clients. If blank, all interfaces will be used (0.0.0.0). (default 0.0.0.0)
2626
--cert-dir string The directory where the TLS certs are located. If --tls-cert-file and --tls-private-key-file are provided, this flag will be ignored. (default "apiserver.local.config/certificates")

docs/generated/reference/config.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ resource_categories:
1919
- name: "Cluster"
2020
version: "v1alpha1"
2121
group: "cluster"
22-
- name: "Instance"
22+
- name: "Machine"
23+
version: "v1alpha1"
24+
group: "wing"
25+
- name: "MachineSet"
26+
version: "v1alpha1"
27+
group: "wing"
28+
- name: "MachineDeployment"
2329
version: "v1alpha1"
2430
group: "wing"

docs/generated/reference/output/api-docs.html

Lines changed: 476 additions & 92 deletions
Large diffs are not rendered by default.

docs/generated/reference/output/navData.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)