Skip to main content

BundlesFilter

Filters for narrowing the bundles list.

All filters are combined with AND logic. For example, setting both ociRepo and resourceType returns only bundles in the specified repository that also produce the given resource type.

input BundlesFilter {
ociRepo: OciRepoNameFilter
resourceType: StringFilter
dependencyType: StringFilter
search: String
}

Fields

BundlesFilter.ociRepo ● OciRepoNameFilter input {#oci-repo}

Restrict results to bundles published under a specific OCI repository name.

BundlesFilter.resourceType ● StringFilter input {#resource-type}

Return only bundles that produce a resource of the given type (e.g., dynamodb-table, aws-iam-role).

BundlesFilter.dependencyType ● StringFilter input {#dependency-type}

Return only bundles that require a dependency of the given type (e.g., aws-iam-role, kubernetes-cluster).

Full-text search across the bundle's name, description, operator guide, and readme. Results are ranked by relevance unless you provide an explicit sort. For terms longer than 3 characters, name-prefix matches are also included. Note: pagination cursors returned by search results use offset-based pagination and are not interchangeable with cursors from non-search queries.

Member Of

bundles query