- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 13 for caData (0.09 sec)
-
istioctl/pkg/multicluster/remote_secret_test.go
sa := makeServiceAccount("saSecret") sa2 := makeServiceAccount("saSecret", "saSecret2") saSecret := makeSecret("saSecret", "caData", "token") saSecret2 := makeSecret("saSecret2", "caData", "token") saSecretMissingToken := makeSecret("saSecret", "caData", "") tokenWaitBackoff = 10 * time.Millisecond cases := []struct { testName string objs []runtime.Object
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 17:36:49 UTC 2024 - 20.7K bytes - Viewed (0) -
istioctl/pkg/multicluster/remote_secret.go
}, CurrentContext: clusterName, } } func createBearerTokenKubeconfig(caData, token []byte, clusterName, server string) *api.Config { c := createBaseKubeconfig(caData, clusterName, server) c.AuthInfos[c.CurrentContext] = &api.AuthInfo{ Token: string(token), } return c } func createPluginKubeconfig(caData []byte, clusterName, server string, authProviderConfig *api.AuthProviderConfig) *api.Config {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 15 16:31:46 UTC 2024 - 23.3K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/EnumBiMapTest.java
bimap.put(Currency.DOLLAR, Country.CANADA); assertEquals(Country.CANADA, bimap.get(Currency.DOLLAR)); assertEquals(Currency.DOLLAR, bimap.inverse().get(Country.CANADA)); } public void testCreateFromMap() { /* Test with non-empty Map. */ Map<Currency, Country> map = ImmutableMap.of( Currency.DOLLAR, Country.CANADA, Currency.PESO, Country.CHILE,
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 11.8K bytes - Viewed (0) -
api/maven-api-settings/src/main/mdo/settings.mdo
xml.namespace="http://maven.apache.org/SETTINGS/${version}" xml.schemaLocation="http://maven.apache.org/xsd/settings-${version}.xsd"> <id>settings</id> <name>Settings</name> <description> <![CDATA[ <p>This is a reference for the user-specific configuration for Maven.</p> <p>Includes things that should not be distributed with the <code>pom.xml</code> file, such as developer identity, along with
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Tue Oct 08 13:46:42 UTC 2024 - 33.5K bytes - Viewed (0) -
api/maven-api-metadata/src/main/mdo/metadata.mdo
xml.namespace="http://maven.apache.org/METADATA/${version}" xml.schemaLocation="https://maven.apache.org/xsd/repository-metadata-${version}.xsd"> <id>repository-metadata</id> <name>Metadata</name> <description><![CDATA[ <p>Per-directory repository metadata <code>repository-metadata.xml</code>.</p> <p>A directory may represent 3 types of content: "groupId", "groupId/artifactId" or "groupId/artifactId/version".</p>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Wed May 15 17:32:27 UTC 2024 - 15.8K bytes - Viewed (0) -
docs/az/docs/index.md
* Bütün bunlar ən dərin JSON obyektlərində belə işləyəcək. * Məlumatların JSON-a və JSON-un Python obyektinə çevrilməsi avtomatik həyata keçiriləcək. * Hər şeyi OpenAPI ilə uyğun olacaq şəkildə avtomatik olaraq sənədləşdirəcək və onları aşağıdakı kimi istifadə edə biləcək: * İnteraktiv sənədləşmə sistemləri.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 22.8K bytes - Viewed (0) -
src/main/java/org/codelibs/core/xml/DomUtil.java
* @param cdataSection * CDATAセクション。{@literal null}であってはいけません * @param buf * 文字列バッファ。{@literal null}であってはいけません */ public static void appendCDATASection(final CDATASection cdataSection, final StringBuilder buf) { assertArgumentNotNull("cdataSection", cdataSection); assertArgumentNotNull("buf", buf); buf.append("<![CDATA["); buf.append(cdataSection.getData());
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 10.5K bytes - Viewed (0) -
docs/it/docs/index.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 19.2K bytes - Viewed (0) -
docs/pt/docs/advanced/behind-a-proxy.md
## Proxy com um prefixo de caminho removido Ter um proxy com um prefixo de caminho removido, nesse caso, significa que você poderia declarar um caminho em `/app` no seu código, mas então, você adiciona uma camada no topo (o proxy) que colocaria sua aplicação **FastAPI** sob um caminho como `/api/v1`. Nesse caso, o caminho original `/app` seria servido em `/api/v1/app`.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 15:28:18 UTC 2024 - 12.2K bytes - Viewed (0) -
api/maven-api-plugin/src/main/mdo/plugin.mdo
xml.namespace="http://maven.apache.org/PLUGIN/${version}" xml.schemaLocation="https://maven.apache.org/xsd/plugin-${version}.xsd"> <id>plugin</id> <name>PluginDescriptor</name> <description><![CDATA[ Maven 4 Plugin descriptor, stored in {@code META-INF/maven/plugin.xml} in a plugin's jar artifact. This descriptor is generally using the information contained in the annotations of the plugin api.
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Aug 16 14:16:22 UTC 2024 - 24.9K bytes - Viewed (0)