Přeložit "yaml" do Angličtina

Zobrazuje se 36 z 36 překladů fráze "yaml" z Němec do Angličtina

Překlad Němec do Angličtina jazyka yaml

Němec
Angličtina

DE Um Bitnami PostgreSQL in Ihr Helm-Diagramm einzubeziehen, kann die Datei requirements.yaml oder Chart.yaml Ihres Diagramms unter dependencies das Diagramm aus dem Bitnami- Repository spezifizieren:

EN To include Bitnami PostgreSQL in your Helm chart,  your chart’s requirements.yaml or Chart.yaml file might specify under dependencies the chart from the Bitnami repository:

Němec Angličtina
postgresql postgresql
kann might
requirements requirements
repository repository
spezifizieren specify
helm helm
yaml yaml
in in
oder or
diagramm chart
ihr your
einzubeziehen include
datei file
aus from
dem the

DE YML Dateien werden von Entwicklern verwendet, da sie Quellcode enthalten, der in der Programmiersprache YAML (YAML Ain't Markup Language) geschrieben wurde

EN YML files are used by developers as they contain source code written in the YAML (YAML Ain’t Markup Language) programming language

Němec Angličtina
dateien files
entwicklern developers
enthalten contain
markup markup
geschrieben written
yaml yaml
verwendet used
in in
quellcode source code
programmiersprache programming language
werden are
der the

DE Einfach zu erlernende YAML-Syntax, die über die Pipeline-Schritte standardisiert ist. Die Konfigurationen sind versioniert, modular, wiederverwendbar und modern.

EN Easy-to-learn YAML syntax that is standardized across the pipeline steps. The configurations are versioned, modular, reusable, and modern.

Němec Angličtina
einfach easy
standardisiert standardized
konfigurationen configurations
modular modular
wiederverwendbar reusable
modern modern
yaml yaml
syntax syntax
pipeline pipeline
zu to
ist is
sind are
schritte steps
und and

DE Leicht zu erlernende YAML-Syntax, die über die Pipeline-Schritte hinweg standardisiert ist. Die Konfigurationen sind versioniert, modular, wiederverwendbar und modern.

EN Easy-to-learn YAML syntax that is standardized across the pipeline steps. The configurations are versioned, modular, reusable, and modern.

Němec Angličtina
leicht easy
standardisiert standardized
konfigurationen configurations
modular modular
wiederverwendbar reusable
modern modern
yaml yaml
syntax syntax
pipeline pipeline
zu to
hinweg and
ist is
sind are
schritte steps

DE Der gewünschte Status eines Containers in einem Pod wird über ein YAML- oder JSON-Objekt namens Pod Spec festgelegt. Diese Objekte werden über den API-Server an das Kubelet weitergeleitet.

EN You describe the desired state of the containers in a pod through a YAML or JSON object called a Pod Spec. These objects are passed to the kubelet through the API server.

Němec Angličtina
gewünschte desired
status state
containers containers
pod pod
namens called
yaml yaml
json json
api api
server server
oder or
objekte objects
in in
objekt object

DE Bei einem Deployment handelt es sich um ein YAML-Objekt, das die Pods und Container-Instanzen – Replicas – für jeden Pod festlegt

EN A deployment is a YAML object that defines the pods and the number of container instances, called replicas, for each pod

Němec Angličtina
deployment deployment
yaml yaml
container container
pod pod
instanzen instances
ein a
und and
objekt object
die is
für each

DE Selbst die Konfiguration einer einzelnen Anwendung kann heute die Erstellung vieler voneinander abhängiger K8s-Quellen notwendig machen, die jeweils auf das Schreiben einer detaillierten YAML-Manifestdatei angewiesen sind

EN Today, even configuring a single application can require creating many interdependent K8s sources that each depend on writing a detailed YAML manifest file

Němec Angličtina
notwendig require
detaillierten detailed
angewiesen depend
quellen sources
yaml yaml
anwendung application
konfiguration configuring
kann can
erstellung creating
vieler many
heute today
auf on
machen that
schreiben writing

DE Automatisierte Builds, Tests, Deployments und mehr kannst du in einer einfachen, als Code konfigurierbaren YAML-Datei orchestrieren.

EN Things like automated builds, tests, and deployments can be orchestrated in a simple config-as-code YAML file.

Němec Angličtina
automatisierte automated
builds builds
deployments deployments
yaml yaml
datei file
tests tests
code code
in in
kannst can
du like
einfachen simple
und and
einer a
als as

DE Wie behebt man eine URL-Unstimmigkeit des virtuellen Repository index.yaml von Helm?

EN How to resolve Helm index.yaml virtual repository URL mismatch?

Němec Angličtina
virtuellen virtual
repository repository
index index
helm helm
yaml yaml
url url

DE Helm-Konfigurationsdateien werden als Helm-Charts bezeichnet und bestehen aus einigen YAML-Dateien mit Metadaten und Vorlagen, die in Kubernetes-Manifestdateien gerendert werden. Die grundlegende Verzeichnisstruktur eines Diagramms umfasst:

EN Helm configuration files are referred to as charts and consist of a few YAML files with metadata and templates rendered into Kubernetes manifest files. The basic directory structure of a chart includes:

Němec Angličtina
bezeichnet referred to
metadaten metadata
vorlagen templates
gerendert rendered
umfasst includes
helm helm
yaml yaml
kubernetes kubernetes
dateien files
charts charts
mit with
und and
als as
einigen the

DE Muster und erweiterte Funktionen für die native K8s-Bereitstellung und die Skalierung Ihrer unternehmensweiten Pipelines mit deklarativen YAML-Konfigurationen.

EN Patterns and advanced capabilities for native K8s delivery and scaling your org-wide pipelines with declarative YAML configurations.

Němec Angličtina
muster patterns
erweiterte advanced
funktionen capabilities
native native
skalierung scaling
pipelines pipelines
bereitstellung delivery
yaml yaml
konfigurationen configurations
ihrer your
mit with
für for
und and

DE Die Werte für die Argumente der Vorlage stehen in der Datei values.yaml.

EN The values for the template’s arguments are in the file values.yaml.

Němec Angličtina
argumente arguments
vorlage templates
yaml yaml
stehen are
datei file
in in
für for
werte values
der the

DE Dann werden neue Werte in der werte.yaml -Datei hinzugefügt.

EN Then they would add new values in the values.yaml file.

Němec Angličtina
werden would
neue new
werte values
in in
hinzugefügt add
yaml yaml
datei file
dann then
der the

DE Kustomize ermöglicht es Ihnen, eigene Anpassungen in yaml-Dateien zu überlagern. In unserem Beispiel kann der Kunde Anpassungen entsprechend seiner Bedürfnisse vornehmen, ohne eine private, nicht wartungsfähige Abspaltung von Charts zu erstellen.

EN Kustomize enables you to  overlay your own “kustomizations” in yaml files. In our example, the customer can “kustomize” to their needs without creating a private, unmaintainable fork of charts.

Němec Angličtina
überlagern overlay
bedürfnisse needs
charts charts
ohne without
ermöglicht enables
zu to
unserem our
beispiel example
kunde customer
private private
es you
in in
kann can
eigene own
eine a

DE Zunächst erstellt der Kunde eine kustomization.yaml -Datei.

EN First the customer will create a kustomization.yaml file.

Němec Angličtina
yaml yaml
datei file
zunächst a
der the
erstellt will
kunde customer

DE . Diese Funktion wendet Kustomize anhand von kustomization.yaml -Dateien in den Verzeichnissen an.

EN . This facility applies Kustomize on charts using kustomization.yaml files in the directories.

Němec Angličtina
yaml yaml
dateien files
verzeichnissen directories
in in
den the
anhand on

DE REST-APIs können mehrere Arten von Anrufen aus allen Sprachen einschließlich XML, JSON oder YAML oder einem anderen Format verarbeiten.

EN REST APIs can handle multiple types of calls from all languages including XML, JSON or YAML or any other format.

Němec Angličtina
arten types
anrufen calls
einschließlich including
xml xml
json json
format format
verarbeiten handle
rest rest
apis apis
yaml yaml
können can
mehrere multiple
sprachen languages
oder or
anderen other
allen all
aus from
von of

DE Jetzt werden zusätzlich diese Informationen auch in YAML-Files, eine pro Shop-Id, gespeichert

EN In this blog post we show how you can update this module version with Composer as fast as possible

Němec Angličtina
diese this
in in
werden can
auch as
informationen post

DE Sie können Dateien in den Formaten HTML, PHP, XML, JavaScript, YML, YAML oder JSON anhängen

EN You can attach files in HTML, PHP, XML, JavaScript, YML, YAML, or JSON formats

Němec Angličtina
dateien files
in in
php php
xml xml
javascript javascript
json json
anhängen attach
yaml yaml
formaten formats
html html
oder or
sie you
können can

DE Mit der YAML-Sprache, die eine direkte Kompetenz von XML ist, können Sie einen enormen Konfigurationsaufwand völlig getrennt vom Code haben, was die Übersichtlichkeit und Reaktionsfähigkeit verbessert

EN With the YAML language, which is a direct competency of XML, you can have a huge amount of configuration completely separate from the code improving clarity and response

Němec Angličtina
direkte direct
xml xml
enormen huge
völlig completely
verbessert improving
yaml yaml
code code
mit with
ist is
können can
haben have
vom from
sprache language

DE Wenn Sie nicht mit YAML arbeiten möchten, können Sie die Konfigurationsdateien mit XML oder PHP verwenden.

EN If you do not want to work with YAML you can use the configuration files with XML or PHP.

Němec Angličtina
konfigurationsdateien configuration files
xml xml
php php
yaml yaml
oder or
arbeiten work
nicht not
mit with
können can
verwenden use
möchten want to
sie want
die the

DE Mit der Sprache YAML, die ein direkter Konkurrent von XML ist, können Sie einen enormen Konfigurationsaufwand völlig unabhängig vom Code haben

EN With the YAML language, which is a direct competitor of XML, you can have a huge amount of configuration completely separate from the code

Němec Angličtina
direkter direct
konkurrent competitor
xml xml
enormen huge
völlig completely
unabhängig separate
yaml yaml
code code
haben have
mit with
können can
ist is
vom from
sprache language

DE Ermöglicht eine schnelle Dokumentation Ihrer APIs durch die Verwendung einer Metadatensprache wie YAML oder JSON für die Darstellung der RAD Server REST APIs.

EN Allows for quick documentation of your APIs via the use of a metadata language such as YAML or JSON for the representation of RAD Server REST APIs.

Němec Angličtina
ermöglicht allows
schnelle quick
dokumentation documentation
apis apis
json json
darstellung representation
rad rad
server server
rest rest
yaml yaml
verwendung use
oder or
für for

DE Eine der aufwändigeren Aufgaben der Jenkins-Migration kann das Konvertieren der Pipelines von Groovy zu YAML sein; Auto DevOps bietet jedoch vordefinierte CI/CD-Konfigurationen, die in vielen Fällen eine passende Standard-Pipeline erstellen

EN One of the more involved tasks of Jenkins migration can be converting pipelines from Groovy to YAML; however, Auto DevOps provides predefined CI/CD configurations that create a suitable default pipeline in many cases

Němec Angličtina
groovy groovy
devops devops
vordefinierte predefined
ci ci
fällen cases
passende suitable
jenkins jenkins
migration migration
yaml yaml
cd cd
konfigurationen configurations
standard default
pipelines pipelines
bietet provides
pipeline pipeline
aufgaben tasks
die auto
in in
kann can
zu to
sein be
erstellen create
auto the
jedoch however
eine a

DE Manchmal werden diese Dateien auch als YAML Dateien gespeichert.

EN Sometimes, these files are also stored as YAML files.

Němec Angličtina
manchmal sometimes
dateien files
gespeichert stored
yaml yaml
werden are
diese these
auch also
als as

DE Verbessert die Unterstützung für JSON, YAML und XSLT.

EN Improves JSON, YAML and XSLT support.

Němec Angličtina
verbessert improves
json json
xslt xslt
yaml yaml
unterstützung support
und and

DE Automatisierte Builds, Tests, Deployments und mehr kannst du in einer einfachen, als Code konfigurierbaren YAML-Datei orchestrieren.

EN Things like automated builds, tests, and deployments can be orchestrated in a simple config-as-code YAML file.

Němec Angličtina
automatisierte automated
builds builds
deployments deployments
yaml yaml
datei file
tests tests
code code
in in
kannst can
du like
einfachen simple
und and
einer a
als as

DE Swagger-/OpenAPI-Spezifikation 3.0 mit herunterladbaren YAML-Dateien

EN Swagger/OpenAPI Specification 3.0 with downloadable YAML files

Němec Angličtina
mit with
herunterladbaren downloadable
spezifikation specification
yaml yaml
dateien files

DE Mit der YAML-Sprache, die eine direkte Kompetenz von XML ist, können Sie einen enormen Konfigurationsaufwand völlig getrennt vom Code haben, was die Übersichtlichkeit und Reaktionsfähigkeit verbessert

EN With the YAML language, which is a direct competency of XML, you can have a huge amount of configuration completely separate from the code improving clarity and response

Němec Angličtina
direkte direct
xml xml
enormen huge
völlig completely
verbessert improving
yaml yaml
code code
mit with
ist is
können can
haben have
vom from
sprache language

DE Wenn Sie nicht mit YAML arbeiten möchten, können Sie die Konfigurationsdateien mit XML oder PHP verwenden.

EN If you do not want to work with YAML you can use the configuration files with XML or PHP.

Němec Angličtina
konfigurationsdateien configuration files
xml xml
php php
yaml yaml
oder or
arbeiten work
nicht not
mit with
können can
verwenden use
möchten want to
sie want
die the

DE Mit der Sprache YAML, die ein direkter Konkurrent von XML ist, können Sie einen enormen Konfigurationsaufwand völlig unabhängig vom Code haben

EN With the YAML language, which is a direct competitor of XML, you can have a huge amount of configuration completely separate from the code

Němec Angličtina
direkter direct
konkurrent competitor
xml xml
enormen huge
völlig completely
unabhängig separate
yaml yaml
code code
haben have
mit with
können can
ist is
vom from
sprache language

DE Ermöglicht eine schnelle Dokumentation Ihrer APIs durch die Verwendung einer Metadatensprache wie YAML oder JSON für die Darstellung der RAD Server REST APIs.

EN Allows for quick documentation of your APIs via the use of a metadata language such as YAML or JSON for the representation of RAD Server REST APIs.

Němec Angličtina
ermöglicht allows
schnelle quick
dokumentation documentation
apis apis
json json
darstellung representation
rad rad
server server
rest rest
yaml yaml
verwendung use
oder or
für for

DE Vordefinierte, im JSON- oder YAML-Format programmierte Templates nutzen

EN Use pre-existing templates written in either JSON or YAML format

Němec Angličtina
templates templates
nutzen use
json json
yaml yaml
format format
oder or
im either

DE REST-APIs können mehrere Arten von Anrufen aus allen Sprachen einschließlich XML, JSON oder YAML oder einem anderen Format verarbeiten.

EN REST APIs can handle multiple types of calls from all languages including XML, JSON or YAML or any other format.

Němec Angličtina
arten types
anrufen calls
einschließlich including
xml xml
json json
format format
verarbeiten handle
rest rest
apis apis
yaml yaml
können can
mehrere multiple
sprachen languages
oder or
anderen other
allen all
aus from
von of

DE Es handelt sich um einen verschlüsselten Dateieditor, der Formate wie YAML, JSON, ENV, INI und BINARY unterstützt

EN It?s an encrypted file editor that supports formats like YAML, JSON, ENV, INI, and BINARY

DE Überprüfe die action.yml- oder action.yaml-Datei im Stammverzeichnis des Repositorys, um die Eingaben und Ausgaben einer Aktion anzuzeigen.

EN To see the inputs and outputs of an action, check the action.yml or action.yaml in the root directory of the repository.

Zobrazuje se 36 z 36 překladů