Skip to content

Commit

Permalink
use aap keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswnl committed Oct 16, 2024
1 parent 5aac5eb commit 187c348
Showing 1 changed file with 70 additions and 26 deletions.
96 changes: 70 additions & 26 deletions ols/customize/keywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,44 +5,88 @@
# Important: Please use lower case.

KEYWORDS = {
"alert",
"autoscale",
"aap",
"access",
"account",
"administrator",
"ansible",
"application",
"associated",
"authentication",
"authenticator",
"automatically",
"automation",
"backup",
"capacity",
"certificate",
"client",
"cluster",
"config",
"configmap",
"console",
"collection",
"command",
"configuration",
"connection",
"container",
"crd",
"deploy",
"content",
"controller",
"credential",
"deployment",
"image",
"imagepullpolicy",
"imagepullsecret",
"infra",
"ingress",
"k8s",
"directory",
"documentation",
"enterprise",
"environment",
"event-driven",
"execution",
"group",
"hosts",
"information",
"install",
"instance",
"inventory",
"jobs",
"kubernetes",
"ldap",
"license",
"linux",
"log",
"master",
"management",
"mesh",
"namespace",
"network",
"navigation",
"navigator",
"node",
"oc",
"ocp",
"nodes",
"number",
"oauth2",
"openshift",
"operator",
"option",
"organization",
"password",
"permission",
"platform",
"playbook",
"playbooks",
"pod",
"podconfig",
"poddisruptionbudgets",
"podsecurity",
"policy",
"podman",
"postgresql",
"project",
"quay",
"replica",
"replicaset",
"repository",
"resource",
"roles",
"rulebook",
"secret",
"security",
"server",
"service",
"virtualization",
"worker",
"ssh",
"subscription",
"system",
"template",
"token",
"username",
"variable",
"vault",
"version",
"workflow",
"yaml",
}

0 comments on commit 187c348

Please sign in to comment.